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

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: Abandoning the use of ON_OS_UPGRADE_SUCCESSFUL installer message. 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[];
extern const wchar_t kRegBrandField[];
extern const wchar_t kRegBrowserField[];
extern const wchar_t kRegCFEndTempOptOutCmdField[];

Powered by Google App Engine
This is Rietveld 408576698