diff options
author | mrossetti@chromium.org <mrossetti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-06 18:32:39 +0000 |
---|---|---|
committer | mrossetti@chromium.org <mrossetti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-06 18:32:39 +0000 |
commit | 5b3ef633091515f3e5ed5cce1abc700806d40afc (patch) | |
tree | 4bc75a1219b25f9cbd7f91a43044eee5e9110260 /chrome/browser/about_flags.cc | |
parent | a3aa55c8af222b7108f7ebd50f6f093fa7fc0996 (diff) | |
download | chromium_src-5b3ef633091515f3e5ed5cce1abc700806d40afc.zip chromium_src-5b3ef633091515f3e5ed5cce1abc700806d40afc.tar.gz chromium_src-5b3ef633091515f3e5ed5cce1abc700806d40afc.tar.bz2 |
Turn on the History Quick Provider by default.
BUG=None
TEST=Type one or more portions of a recently typed URL and verify that it appears in the suggestions list.
Review URL: http://codereview.chromium.org/6927072
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84474 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/about_flags.cc')
-rw-r--r-- | chrome/browser/about_flags.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc index 71105ba..76b5d18 100644 --- a/chrome/browser/about_flags.cc +++ b/chrome/browser/about_flags.cc @@ -306,13 +306,6 @@ const Experiment kExperiments[] = { SINGLE_VALUE_TYPE(switches::kMultiProfiles) }, { - "enable-history-quick-provider", - IDS_FLAGS_ENABLE_HISTORY_QUICK_PROVIDER, - IDS_FLAGS_ENABLE_HISTORY_QUICK_PROVIDER_DESCRIPTION, - kOsAll, - SINGLE_VALUE_TYPE(switches::kEnableHistoryQuickProvider) - }, - { "restrict-instant-to-search", IDS_FLAGS_RESTRICT_INSTANT_TO_SEARCH_NAME, IDS_FLAGS_RESTRICT_INSTANT_TO_SEARCH_DESCRIPTION, |