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

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

Issue 523151: Fix crash due to parsing of raw branch code from Google Update (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 11 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
===================================================================
--- chrome/installer/util/google_update_constants.h (revision 35456)
+++ chrome/installer/util/google_update_constants.h (working copy)
@@ -13,6 +13,9 @@
// related to install as it is used by MSI to identify Gears.
extern const wchar_t kGearsUpgradeCode[];
+// The GUID Google Update uses to keep track of Chrome upgrades.
+extern const wchar_t kChromeUpgradeCode[];
+
extern const wchar_t kRegPathClients[];
// The difference between ClientState and ClientStateMedium is that the former

Powered by Google App Engine
This is Rietveld 408576698