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

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

Issue 489373005: Omnibox: Make URLs of Bookmarks Searchable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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.h
diff --git a/components/bookmarks/test/test_bookmark_client.h b/components/bookmarks/test/test_bookmark_client.h
index bdaf86ea23b969bb1e12d813ed3ee5b4f2e5b19a..7157b1b7b3c50890672ba0496f72b27f798a2057 100644
--- a/components/bookmarks/test/test_bookmark_client.h
+++ b/components/bookmarks/test/test_bookmark_client.h
@@ -19,7 +19,7 @@ class TestBookmarkClient : public bookmarks::BookmarkClient {
// Create a BookmarkModel using this object as its client. The returned
// BookmarkModel* is owned by the caller.
- scoped_ptr<BookmarkModel> CreateModel(bool index_urls);
+ scoped_ptr<BookmarkModel> CreateModel();
// Sets the list of extra nodes to be returned by the next call to
// CreateModel() or GetLoadExtraNodesCallback().

Powered by Google App Engine
This is Rietveld 408576698