summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authormpearson@chromium.org <mpearson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-14 00:39:46 +0000
committermpearson@chromium.org <mpearson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-14 00:39:46 +0000
commit0a5c63fcec691789f4d853f76543babe5017c88f (patch)
tree11c09f61a1b04e47415f9fdee72103c2a1632449 /chrome/common/chrome_switches.cc
parent61582e8c1737f572a99b201bf884daa32faa5082 (diff)
downloadchromium_src-0a5c63fcec691789f4d853f76543babe5017c88f.zip
chromium_src-0a5c63fcec691789f4d853f76543babe5017c88f.tar.gz
chromium_src-0a5c63fcec691789f4d853f76543babe5017c88f.tar.bz2
Omnibox: HistorQuick Provider: Remove Reorder-for-Inlining Ability
It was only used when explicitly enabled on the command line. I don't need it anymore because I'm putting into place a better strategy for reordering for inlining. (Individual providers don't have to do it themselves; the controller will do it for them.) BUG= Review URL: https://chromiumcodereview.appspot.com/18877006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211580 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 227f273..6c95d72 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -994,18 +994,6 @@ const char kNoStartupWindow[] = "no-startup-window";
// Autoconfig (PAC) script.
const char kNumPacThreads[] = "num-pac-threads";
-// Controls whether HistoryQuickProvider is allowed to reorder results
-// according to inlineability in order to more aggressively assign/keep
-// high relevance scores.
-const char kOmniboxHistoryQuickProviderReorderForInlining[] =
- "omnibox-history-quick-provider-reorder-for-inlining";
-// The value the kOmniboxHistoryQuickProviderReorderForInlining switch may
-// have, as in "--omnibox-history-quick-provider-reorder-for-inlining=1".
-// 1 means allow reordering results.
-const char kOmniboxHistoryQuickProviderReorderForInliningEnabled[] = "1";
-// 0 means don't allow reordering results ( == current behavior as of 6/2012).
-const char kOmniboxHistoryQuickProviderReorderForInliningDisabled[] = "0";
-
// When the option to block third-party cookies is enabled, only block
// third-party cookies from being set.
const char kOnlyBlockSettingThirdPartyCookies[] =