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

Unified Diff: chrome/common/env_vars.h

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.h
diff --git a/chrome/common/env_vars.h b/chrome/common/env_vars.h
index b1afa0bdf7c6fd66c54716c9e1b35bf9df28e8c9..847335623dea2f6b2af021970029e25d393e9370 100644
--- a/chrome/common/env_vars.h
+++ b/chrome/common/env_vars.h
@@ -17,12 +17,6 @@ extern const char kShowRestart[];
extern const char kRestartInfo[];
extern const char kRtlLocale[];
extern const char kLtrLocale[];
-extern const char kStartupTestsNumCycles[];
-
-// Google Update named environment variable that implies kSystemLevel.
-// TODO(erikwright): Put this in chrome/installer/util/util_constants.h when
-// http://crbug.com/174953 is fixed and widely deployed.
-extern const char kGoogleUpdateIsMachineEnvVar[];
} // namespace env_vars

Powered by Google App Engine
This is Rietveld 408576698