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

Unified Diff: chrome/browser/bookmarks/bookmark_model.h

Issue 14449: Makes the interactive bookmark bar view tests faster by disabling... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years 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
« no previous file with comments | « no previous file | chrome/browser/views/bookmark_bar_view_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/bookmarks/bookmark_model.h
===================================================================
--- chrome/browser/bookmarks/bookmark_model.h (revision 6982)
+++ chrome/browser/bookmarks/bookmark_model.h (working copy)
@@ -284,6 +284,12 @@
Profile* profile() const { return profile_; }
+
jcampan 2008/12/16 17:24:12 Remove extra blank line
+ // Sets the BookmarkStorage. This is intended for testing.
+ void set_store(BookmarkStorage* store) {
+ store_ = store;
+ }
+
private:
// Used to order BookmarkNodes by URL.
class NodeURLComparator {
« no previous file with comments | « no previous file | chrome/browser/views/bookmark_bar_view_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698