Index: chrome/browser/history/in_memory_history_backend.h |
=================================================================== |
--- chrome/browser/history/in_memory_history_backend.h (revision 105497) |
+++ chrome/browser/history/in_memory_history_backend.h (working copy) |
@@ -70,9 +70,6 @@ |
const NotificationSource& source, |
const NotificationDetails& details); |
- // Return the quick history index. |
- history::InMemoryURLIndex* InMemoryIndex() const { return index_.get(); } |
- |
private: |
FRIEND_TEST_ALL_PREFIXES(HistoryBackendTest, DeleteAll); |
@@ -96,9 +93,6 @@ |
// initialization. |
Profile* profile_; |
- // The index used for quick history lookups. |
- scoped_ptr<history::InMemoryURLIndex> index_; |
- |
DISALLOW_COPY_AND_ASSIGN(InMemoryHistoryBackend); |
}; |