Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_bridge.h |
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_bridge.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_bridge.h |
index 8f0959ecf322d8660a92940954276c787cefba15..34bab7002af5e501c1700ee63636a21f55d66a9b 100644 |
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_bridge.h |
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_bridge.h |
@@ -62,10 +62,6 @@ class BookmarkBarBridge : public BookmarkModelObserver { |
// Updates the visibility of the apps shortcut based on the pref value. |
void OnAppsPageShortcutVisibilityPrefChanged(); |
- // Updates the visibility of the apps shortcut once we know if the app |
- // launcher is enabled. |
- void OnAppLauncherEnabledCompleted(bool app_launcher_enabled); |
- |
DISALLOW_COPY_AND_ASSIGN(BookmarkBarBridge); |
}; |