-
Notifications
You must be signed in to change notification settings - Fork 894
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8062 from /issues/14339
Remove chrome-installer-util-google_update_constants.cc.patch
- Loading branch information
Showing
2 changed files
with
39 additions
and
29 deletions.
There are no files selected for viewing
39 changes: 39 additions & 0 deletions
39
chromium_src/chrome/installer/util/google_update_constants.cc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
/* Copyright (c) 2021 The Brave Authors. All rights reserved. | ||
* This Source Code Form is subject to the terms of the Mozilla Public | ||
* License, v. 2.0. If a copy of the MPL was not distributed with this file, | ||
* You can obtain one at http://mozilla.org/MPL/2.0/. */ | ||
|
||
#include "chrome/installer/util/google_update_constants.h" | ||
|
||
#define kChromeUpgradeCode kChromeUpgradeCode_Unused | ||
#define kGoogleUpdateUpgradeCode kGoogleUpdateUpgradeCode_Unused | ||
#define kGoogleUpdateSetupExe kGoogleUpdateSetupExe_Unused | ||
#define kRegPathClients kRegPathClients_Unused | ||
#define kRegPathClientState kRegPathClientState_Unused | ||
#define kRegPathClientStateMedium kRegPathClientStateMedium_Unused | ||
#define kRegPathGoogleUpdate kRegPathGoogleUpdate_Unused | ||
|
||
#include "../../../../../chrome/installer/util/google_update_constants.cc" | ||
|
||
#undef kChromeUpgradeCode | ||
#undef kGoogleUpdateUpgradeCode | ||
#undef kGoogleUpdateSetupExe | ||
#undef kRegPathClients | ||
#undef kRegPathClientState | ||
#undef kRegPathClientStateMedium | ||
#undef kRegPathGoogleUpdate | ||
|
||
namespace google_update { | ||
|
||
const wchar_t kChromeUpgradeCode[] = L"{AFE6A462-C574-4B8A-AF43-4CC60DF4563B}"; | ||
const wchar_t kGoogleUpdateUpgradeCode[] = | ||
L"{B131C935-9BE6-41DA-9599-1F776BEB8019}"; | ||
const wchar_t kGoogleUpdateSetupExe[] = L"BraveUpdateSetup.exe"; | ||
const wchar_t kRegPathClients[] = L"Software\\BraveSoftware\\Update\\Clients"; | ||
const wchar_t kRegPathClientState[] = | ||
L"Software\\BraveSoftware\\Update\\ClientState"; | ||
const wchar_t kRegPathClientStateMedium[] = | ||
L"Software\\BraveSoftware\\Update\\ClientStateMedium"; | ||
const wchar_t kRegPathGoogleUpdate[] = L"Software\\BraveSoftware\\Update"; | ||
|
||
} // namespace google_update |
29 changes: 0 additions & 29 deletions
29
patches/chrome-installer-util-google_update_constants.cc.patch
This file was deleted.
Oops, something went wrong.