Index: chrome/browser/bookmarks/bookmark_model_factory.h |
diff --git a/chrome/browser/bookmarks/bookmark_model_factory.h b/chrome/browser/bookmarks/bookmark_model_factory.h |
index b4a67bf28d8d44e18baf3eed6967dd1027a254c4..113453eeaff4178aff88c733e8eff895dc15db41 100644 |
--- a/chrome/browser/bookmarks/bookmark_model_factory.h |
+++ b/chrome/browser/bookmarks/bookmark_model_factory.h |
@@ -21,6 +21,9 @@ class BookmarkModel; |
// Singleton that owns all BookmarkModels and associates them with Profiles. |
class BookmarkModelFactory : public BrowserContextKeyedServiceFactory { |
public: |
+ static bookmarks::BookmarkModel* GetForBrowserContext( |
+ content::BrowserContext* context); |
+ |
static bookmarks::BookmarkModel* GetForProfile(Profile* profile); |
static bookmarks::BookmarkModel* GetForProfileIfExists(Profile* profile); |