Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: src/engine/UpdateInstallDialog.h

Issue 11304082: Download updates automatically, ask to install from a modeless dialog (Closed)
Patch Set: Created July 31, 2013, 7:16 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 #ifndef UPDATE_INSTALL_DIALOG_H
2 #define UPDATE_INSTALL_DIALOG_H
3
4 class UpdateInstallDialog
5 {
6 public:
7 UpdateInstallDialog();
8 ~UpdateInstallDialog();
9 bool Show();
10
11 private:
12 HWND window;
13
14 UpdateInstallDialog(const UpdateInstallDialog&);
15 UpdateInstallDialog& operator=(const UpdateInstallDialog&);
16 void CreateText();
17 void CreateButtons();
18 };
19
20 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld