Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4776)

Unified Diff: chrome/browser/google/google_update.cc

Issue 10021003: Implemented on-demand installation of the Chromoting Host on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: The last piece of CR feeback. Rebased. Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | google_update/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/google/google_update.cc
diff --git a/chrome/browser/google/google_update.cc b/chrome/browser/google/google_update.cc
index 8457f1ad5033ceef2d3f08ccd8c52d7dbd0834e8..b3d39fa897d7cfbf62c126078a065ac6b64d69cc 100644
--- a/chrome/browser/google/google_update.cc
+++ b/chrome/browser/google/google_update.cc
@@ -156,7 +156,7 @@ class GoogleUpdateJobObserver
STDMETHOD(OnPause)() {
return S_OK;
}
- STDMETHOD(OnComplete)(CompletionCodes code, const TCHAR* text) {
+ STDMETHOD(OnComplete)(LegacyCompletionCodes code, const TCHAR* text) {
switch (code) {
case COMPLETION_CODE_SUCCESS_CLOSE_UI:
case COMPLETION_CODE_SUCCESS: {
« no previous file with comments | « no previous file | google_update/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698