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

Unified Diff: chrome/tools/disable_outdated_build_detector/constants.cc

Issue 2328493002: Remove the tool to disable the outdated build detector for organic installs of Chrome. (Closed)
Patch Set: Created 4 years, 3 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/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
deleted file mode 100644
index 5bb3b905c28bc84f3703ba8ba2c5bc41a60ee0ea..0000000000000000000000000000000000000000
--- a/chrome/tools/disable_outdated_build_detector/constants.cc
+++ /dev/null
@@ -1,31 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "chrome/tools/disable_outdated_build_detector/constants.h"
-
-namespace switches {
-
-const wchar_t kMultiInstall[] = L"multi-install";
-const wchar_t kSystemLevel[] = L"system-level";
-
-} // namespace switches
-
-namespace env {
-
-// The presence of this environment variable with a value of 1 implies that the
-// tool should run as a system installation regardless of what is on the command
-// line.
-const wchar_t kGoogleUpdateIsMachine[] = L"GoogleUpdateIsMachine";
-
-} // namespace env
-
-// The new brand to which organic installs will be switched.
-const wchar_t kAOHY[] = L"AOHY";
-
-// The names of registry values within a product's ClientState key.
-const wchar_t kBrand[] = L"brand";
-const wchar_t kInstallerResult[] = L"InstallerResult";
-const wchar_t kInstallerError[] = L"InstallerError";
-const wchar_t kInstallerExtraCode1[] = L"InstallerExtraCode1";
-const wchar_t kUninstallArguments[] = L"UninstallArguments";

Powered by Google App Engine
This is Rietveld 408576698