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

Unified Diff: chrome/installer/util/google_update_constants.h

Issue 10823437: Callback flow to register Chrome and update shortcuts after OS upgrade to Windows 8 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Supplying mock data for unit tests; refactoring. Created 8 years, 4 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
Index: chrome/installer/util/google_update_constants.h
diff --git a/chrome/installer/util/google_update_constants.h b/chrome/installer/util/google_update_constants.h
index f5c9c8775f1c0bfff379ef760c558638cd2d2911..3fcc687fb3aa5110c610ee1ea24bd25f8fe875ca 100644
--- a/chrome/installer/util/google_update_constants.h
+++ b/chrome/installer/util/google_update_constants.h
@@ -30,6 +30,7 @@ extern const wchar_t kRegPathGoogleUpdate[];
extern const wchar_t kRegCommandsKey[];
extern const wchar_t kRegApField[];
+extern const wchar_t kRegAutoRunOnOSUpgrade[];
grt (UTC plus 2) 2012/09/01 01:30:24 this should have the "Field" suffix like the other
huangs 2012/09/01 21:38:03 Done, 4 changes in 3 files.
extern const wchar_t kRegBrandField[];
extern const wchar_t kRegBrowserField[];
extern const wchar_t kRegCFEndTempOptOutCmdField[];

Powered by Google App Engine
This is Rietveld 408576698