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 |