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

Unified Diff: chrome/common/env_vars.cc

Issue 1127163004: Delete unused code in chrome/common or mark them as platform specific. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/common/env_vars.cc
diff --git a/chrome/common/env_vars.cc b/chrome/common/env_vars.cc
index 5499dc3ca8dd90ecc5f0c7b0b20d23cec45435d1..f880adbab664310ebb1b3f1914717e02d2756568 100644
--- a/chrome/common/env_vars.cc
+++ b/chrome/common/env_vars.cc
@@ -33,14 +33,4 @@ const char kRestartInfo[] = "CHROME_RESTART";
const char kRtlLocale[] = "RIGHT_TO_LEFT";
const char kLtrLocale[] = "LEFT_TO_RIGHT";
-// Number of times to run a given startup_tests unit test.
-const char kStartupTestsNumCycles[] = "STARTUP_TESTS_NUMCYCLES";
-
-// The presence of this environment variable with a value of 1 implies that
-// setup.exe should run as a system installation regardless of what is on the
-// command line.
-// TODO(erikwright): Put this in chrome/installer/util/util_constants.cc when
-// http://crbug.com/174953 is fixed and widely deployed.
-const char kGoogleUpdateIsMachineEnvVar[] = "GoogleUpdateIsMachine";
-
} // namespace env_vars

Powered by Google App Engine
This is Rietveld 408576698