diff options
author | mrossetti@chromium.org <mrossetti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-11 22:55:04 +0000 |
---|---|---|
committer | mrossetti@chromium.org <mrossetti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-11 22:55:04 +0000 |
commit | ea798f750571aed66bbcc912e83cd0661e8b2e2e (patch) | |
tree | 443d8f8501f06653552413351b3994cacbb63ff5 /chrome/browser/history/history.h | |
parent | d90617b6b1278a6bdcc239c61bf4d58c1b822704 (diff) | |
download | chromium_src-ea798f750571aed66bbcc912e83cd0661e8b2e2e.zip chromium_src-ea798f750571aed66bbcc912e83cd0661e8b2e2e.tar.gz chromium_src-ea798f750571aed66bbcc912e83cd0661e8b2e2e.tar.bz2 |
Revert 62193 - Final phase of the URL History Quick autocomplete provider integration. This phase hooks up the InMemoryURLIndex to the HistoryQuickProvider which is itself made active during the autocomplete process. A small amount of refactoring was done to liberate some common functionality from the history_url_provider.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/3375002
TBR=mrossetti@chromium.org
Review URL: http://codereview.chromium.org/3660007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62201 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/history/history.h')
-rw-r--r-- | chrome/browser/history/history.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/history/history.h b/chrome/browser/history/history.h index 83e629e..3d24981 100644 --- a/chrome/browser/history/history.h +++ b/chrome/browser/history/history.h @@ -150,7 +150,6 @@ class HistoryService : public CancelableRequestProvider, // TODO(brettw) this should return the InMemoryHistoryBackend. history::URLDatabase* InMemoryDatabase(); - // Return the quick history index. history::InMemoryURLIndex* InMemoryIndex(); // Navigation ---------------------------------------------------------------- |