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

Unified Diff: chrome/common/chrome_switches.cc

Issue 9814030: get rid of old options pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes Created 8 years, 9 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/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 33cc263b76894991bb8fb15b8fdf3f19b6c32f4e..239da7d11a8a48c3a9b3ccdb87b8d390cbddaaa3 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -410,9 +410,6 @@ const char kDisableTLS1[] = "disable-tls1";
// disable translate with the preference.
const char kDisableTranslate[] = "disable-translate";
-// Disable uber page command and URL redirection.
-const char kDisableUberPage[] = "disable-uber-page";
-
// Disables the backend service for web resources.
const char kDisableWebResources[] = "disable-web-resources";

Powered by Google App Engine
This is Rietveld 408576698