diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-30 21:14:03 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-30 21:14:03 +0000 |
commit | 94ae90b9e3ac759801997ff79d42fe27dff88139 (patch) | |
tree | 9f454072d60d6e65a99b1972649cb00371e7d779 /chrome/browser/history/history.h | |
parent | 6f8013422aeb79649086c0ee99b3fa453b3738af (diff) | |
download | chromium_src-94ae90b9e3ac759801997ff79d42fe27dff88139.zip chromium_src-94ae90b9e3ac759801997ff79d42fe27dff88139.tar.gz chromium_src-94ae90b9e3ac759801997ff79d42fe27dff88139.tar.bz2 |
Revert "Incorporate 'quick' history provider index as an autocomplete ..."
Broke AutocompleteEditViewTest.DesiredTLD and AutocompleteEditView.EscapeToDefaultMatch on Linux.
TBR=mrossetti
Review URL: http://codereview.chromium.org/3052031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54380 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/history/history.h')
-rw-r--r-- | chrome/browser/history/history.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/history/history.h b/chrome/browser/history/history.h index 121d573..8da542c 100644 --- a/chrome/browser/history/history.h +++ b/chrome/browser/history/history.h @@ -51,7 +51,6 @@ class TypedUrlDataTypeController; namespace history { class InMemoryHistoryBackend; -class InMemoryURLIndex; class HistoryBackend; class HistoryDatabase; struct HistoryDetails; @@ -152,8 +151,6 @@ class HistoryService : public CancelableRequestProvider, // TODO(brettw) this should return the InMemoryHistoryBackend. history::URLDatabase* InMemoryDatabase(); - history::InMemoryURLIndex* InMemoryIndex(); - // Navigation ---------------------------------------------------------------- // Adds the given canonical URL to history with the current time as the visit |