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

Unified Diff: src/engine/Updater.h

Issue 11304082: Download updates automatically, ask to install from a modeless dialog (Closed)
Patch Set: Calculate sizes dynamically Created Aug. 2, 2013, 10:47 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/engine/UpdateInstallDialog.cpp ('k') | src/engine/Updater.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/engine/Updater.h
===================================================================
--- a/src/engine/Updater.h
+++ b/src/engine/Updater.h
@@ -16,8 +16,8 @@
std::wstring tempFile;
HWND dialog;
- void StartDownload(HWND dialog);
- void RunDownload();
+ void Download();
+ void OnDownloadSuccess();
};
#endif // UPDATER_H
« no previous file with comments | « src/engine/UpdateInstallDialog.cpp ('k') | src/engine/Updater.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld