summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-23 04:26:56 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-23 04:26:56 +0000
commita048ad27ff27463bb5b883e7158a1bcb59684cf2 (patch)
tree059779f66b924ee9ca716b1197044282df5bb734 /chrome/common
parent67009b5a197b0685ac25bf1122d77bb08d19e7e4 (diff)
downloadchromium_src-a048ad27ff27463bb5b883e7158a1bcb59684cf2.zip
chromium_src-a048ad27ff27463bb5b883e7158a1bcb59684cf2.tar.gz
chromium_src-a048ad27ff27463bb5b883e7158a1bcb59684cf2.tar.bz2
get rid of old options pages
BUG=none TEST=manual, compile, migrated tests Review URL: https://chromiumcodereview.appspot.com/9814030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128406 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/chrome_switches.cc3
-rw-r--r--chrome/common/chrome_switches.h1
-rw-r--r--chrome/common/url_constants.cc1
-rw-r--r--chrome/common/url_constants.h1
4 files changed, 0 insertions, 6 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 33cc263..239da7d 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";
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 4496239..f54ec8d 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -121,7 +121,6 @@ extern const char kDisableSyncTypedUrls[];
extern const char kDisableTabCloseableStateWatcher[];
extern const char kDisableTLS1[];
extern const char kDisableTranslate[];
-extern const char kDisableUberPage[];
extern const char kDisableWebResources[];
extern const char kDisableZeroBrowsersOpenForTests[];
extern const char kDiskCacheDir[];
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
index e64a6e6..faf46b3 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -264,7 +264,6 @@ const char kSyncSetupSubPage[] = "syncSetup";
const char kSyncSetupForceLoginSubPage[] = "syncSetup#forceLogin";
#if defined(OS_CHROMEOS)
const char kInternetOptionsSubPage[] = "internet";
-const char kSystemOptionsSubPage[] = "system";
const char kBluetoothAddDeviceSubPage[] = "bluetooth";
#endif
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index f1367ee..c1b984b 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -253,7 +253,6 @@ extern const char kSyncSetupForceLoginSubPage[];
extern const char kSyncSetupSubPage[];
#if defined(OS_CHROMEOS)
extern const char kInternetOptionsSubPage[];
-extern const char kSystemOptionsSubPage[];
extern const char kBluetoothAddDeviceSubPage[];
#endif