summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/bookmark_bar_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/bookmark_bar_view.h')
-rw-r--r--chrome/browser/views/bookmark_bar_view.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/chrome/browser/views/bookmark_bar_view.h b/chrome/browser/views/bookmark_bar_view.h
index 1f3e124..507da5d 100644
--- a/chrome/browser/views/bookmark_bar_view.h
+++ b/chrome/browser/views/bookmark_bar_view.h
@@ -309,16 +309,11 @@ class BookmarkBarView : public ChromeViews::View,
// visible. Updates the preferences to match the users choice as appropriate.
virtual void ExecuteCommand(int id);
- // Notification that the HistoryService is up an running. Removes us as
- // a listener on the notification service and invokes
- // ProfileHasValidHistoryService.
+ // NotificationService method.
virtual void Observe(NotificationType type,
const NotificationSource& source,
const NotificationDetails& details);
- // Invoked when the profile has a history service. Recreates the models.
- void ProfileHasValidHistoryService();
-
// If we have registered an observer on the notification service, this
// unregisters it. This does nothing if we have not installed ourself as an
// observer.