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

Unified Diff: components/bookmarks/test/test_bookmark_client.cc

Issue 489373005: Omnibox: Make URLs of Bookmarks Searchable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sky + pkasting's comments Created 6 years, 4 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: components/bookmarks/test/test_bookmark_client.cc
diff --git a/components/bookmarks/test/test_bookmark_client.cc b/components/bookmarks/test/test_bookmark_client.cc
index dcfd0325fcaa05e33e7e162359140af3bf6ce94b..67e5f37c4b2edaaeebf2bccb0f91c3dc731c5117 100644
--- a/components/bookmarks/test/test_bookmark_client.cc
+++ b/components/bookmarks/test/test_bookmark_client.cc
@@ -17,8 +17,8 @@ TestBookmarkClient::TestBookmarkClient() {}
TestBookmarkClient::~TestBookmarkClient() {}
-scoped_ptr<BookmarkModel> TestBookmarkClient::CreateModel(bool index_urls) {
- scoped_ptr<BookmarkModel> bookmark_model(new BookmarkModel(this, index_urls));
+scoped_ptr<BookmarkModel> TestBookmarkClient::CreateModel() {
+ scoped_ptr<BookmarkModel> bookmark_model(new BookmarkModel(this));
scoped_ptr<bookmarks::BookmarkLoadDetails> details =
bookmark_model->CreateLoadDetails(std::string());
details->LoadExtraNodes();
« no previous file with comments | « components/bookmarks/test/test_bookmark_client.h ('k') | components/enhanced_bookmarks/enhanced_bookmark_utils_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698