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

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

Issue 1141073002: Minor comment and style updates for on-demand update check code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | chrome/browser/ui/webui/help/version_updater_basic.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/google/google_update_win.cc
diff --git a/chrome/browser/google/google_update_win.cc b/chrome/browser/google/google_update_win.cc
index a913c02fc63ac986afe6e5dbe47e705e95dfb37a..78630f1a810f345163011a78b14e967c346cfb59 100644
--- a/chrome/browser/google/google_update_win.cc
+++ b/chrome/browser/google/google_update_win.cc
@@ -139,12 +139,12 @@ HRESULT CreateGoogleUpdate3WebClass(
return google_update->CreateInstance(CLSID_GoogleUpdate3WebUserClass);
// For a system-level install, update checks can be done by a normal user with
- // the ServiceClass.
+ // the MachineClass.
if (!install_update_if_possible)
return google_update->CreateInstance(CLSID_GoogleUpdate3WebMachineClass);
// For a system-level install, an update requires Admin privileges for writing
- // to %ProgramFiles%. Elevate while instantiating the ServiceClass.
+ // to %ProgramFiles%. Elevate while instantiating the MachineClass.
return CoCreateInstanceAsAdmin(CLSID_GoogleUpdate3WebMachineClass,
IID_IGoogleUpdate3Web, elevation_window,
google_update->ReceiveVoid());
« no previous file with comments | « no previous file | chrome/browser/ui/webui/help/version_updater_basic.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698