Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(134)

Unified Diff: chrome/browser/bookmarks/bookmark_index.cc

Issue 267019: Add the ability to unload the HistoryBackend.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/bookmarks/bookmark_index.cc
===================================================================
--- chrome/browser/bookmarks/bookmark_index.cc (revision 28361)
+++ chrome/browser/bookmarks/bookmark_index.cc (working copy)
@@ -80,7 +80,7 @@
profile_->GetHistoryService(Profile::EXPLICIT_ACCESS) : NULL;
history::URLDatabase* url_db = history_service ?
- history_service->in_memory_database() : NULL;
+ history_service->InMemoryDatabase() : NULL;
for (Matches::const_iterator i = matches.begin(); i != matches.end(); ++i)
ExtractBookmarkNodePairs(url_db, *i, node_typed_counts);
« no previous file with comments | « chrome/browser/automation/automation_profile_impl.h ('k') | chrome/browser/bookmarks/bookmark_index_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698