| Index: chrome/tools/disable_outdated_build_detector/constants.cc
|
| diff --git a/chrome/tools/disable_outdated_build_detector/constants.cc b/chrome/tools/disable_outdated_build_detector/constants.cc
|
| index 7d69c820136bb84aba5b074dd7a0fd5efef3a552..53d45beaba608988f3de324a650940d1fe0f5f01 100644
|
| --- a/chrome/tools/disable_outdated_build_detector/constants.cc
|
| +++ b/chrome/tools/disable_outdated_build_detector/constants.cc
|
| @@ -20,15 +20,6 @@ const char kGoogleUpdateIsMachine[] = "GoogleUpdateIsMachine";
|
|
|
| } // namespace env
|
|
|
| -// App GUIDs for Google Chrome and the Google Chrome binaries.
|
| -#if defined(GOOGLE_CHROME_BUILD)
|
| -const wchar_t kChromeAppGuid[] = L"{8A69D345-D564-463c-AFF1-A69D9E530F96}";
|
| -const wchar_t kBinariesAppGuid[] = L"{4DC8B4CA-1BDA-483e-B5FA-D3C12E15B62D}";
|
| -#else
|
| -const wchar_t kChromeAppGuid[] = L"";
|
| -const wchar_t kBinariesAppGuid[] = L"";
|
| -#endif
|
| -
|
| // The new brand to which organic installs will be switched.
|
| const wchar_t kAOHY[] = L"AOHY";
|
|
|
|
|