diff options
author | mrossetti@chromium.org <mrossetti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-24 18:32:21 +0000 |
---|---|---|
committer | mrossetti@chromium.org <mrossetti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-24 18:32:21 +0000 |
commit | 3828d6f949346e071e06b10dc47d644510b53392 (patch) | |
tree | e766a38cdf72be12f1cf646aa6b143907552e208 /chrome/common/chrome_switches.h | |
parent | 90d3120dfbe571edc29527a4f6733accc4fd99b7 (diff) | |
download | chromium_src-3828d6f949346e071e06b10dc47d644510b53392.zip chromium_src-3828d6f949346e071e06b10dc47d644510b53392.tar.gz chromium_src-3828d6f949346e071e06b10dc47d644510b53392.tar.bz2 |
Add caching of the InMemoryURLIndex (part of the HistoryQuickProvider) part 1. (Transactions will be introduced in the next submission.) Fixed a problem in the caching of search results as the user types each character in a search term. Updated the unit test associated with that code.
Added (temporary) flag which can be used to turn on the HQP (enable-history-quick-provider); also added it to about:flags.
Previously reviewed as http://codereview.chromium.org/6286029/.
BUG=19736, 60107
TEST=Added unit tests.
Review URL: http://codereview.chromium.org/6578018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75912 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 4504f2c..4c21463 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -157,6 +157,7 @@ extern const char kEnableFastback[]; extern const char kEnableFileCookies[]; extern const char kEnableFileSystemURLScheme[]; extern const char kEnableGPUPlugin[]; +extern const char kEnableHistoryQuickProvider[]; extern const char kEnableInBrowserThumbnailing[]; extern const char kEnableIPv6[]; extern const char kEnableJavaScriptI18NAPI[]; |