diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-26 21:46:50 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-26 21:46:50 +0000 |
commit | 6eff939eeb2715698a16d65505d5583c47e7fb73 (patch) | |
tree | cd0cfe33e2cc4371812b82c4db38e3f06faf7d0d /chrome/common/chrome_switches.cc | |
parent | a362e1599a9836c754f5e308079942ec7ebfb30b (diff) | |
download | chromium_src-6eff939eeb2715698a16d65505d5583c47e7fb73.zip chromium_src-6eff939eeb2715698a16d65505d5583c47e7fb73.tar.gz chromium_src-6eff939eeb2715698a16d65505d5583c47e7fb73.tar.bz2 |
Removes different instant behaviors that are no longer used.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6245012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72692 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index adb37584..282c5d1 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -541,13 +541,6 @@ const char kEnableNaClDebug[] = "enable-nacl-debug"; // Enable Native Web Worker support. const char kEnableNativeWebWorkers[] = "enable-native-web-workers"; -// Is InstantController::PREDICTIVE_TYPE enabled? -const char kEnablePredictiveInstant[] = "enable-predictive-instant"; - -// Is InstantController::PREDICTIVE_NO_AUTO_COMPLETE_TYPE enabled? -const char kEnablePredictiveNoAutoCompleteInstant[] = - "enable-predictive-no-auto-complete-instant"; - // This applies only when the process type is "service". Enables the // Chromoting Host Process within the service process. const char kEnableRemoting[] = "enable-remoting"; @@ -600,9 +593,6 @@ const char kEnableTcpFastOpen[] = "enable-tcp-fastopen"; // Whether or not the touch events API is exposed. const char kEnableTouch[] = "enable-touch"; -// Is verbatim instant enabled? -const char kEnableVerbatimInstant[] = "enable-verbatim-instant"; - // Enables the option to show tabs as a vertical stack down the side of the // browser window. const char kEnableVerticalTabs[] = "enable-vertical-tabs"; |