diff options
Diffstat (limited to 'chrome/browser/gtk/browser_toolbar_gtk.h')
-rw-r--r-- | chrome/browser/gtk/browser_toolbar_gtk.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/browser/gtk/browser_toolbar_gtk.h b/chrome/browser/gtk/browser_toolbar_gtk.h index 73f889c..51a25d6 100644 --- a/chrome/browser/gtk/browser_toolbar_gtk.h +++ b/chrome/browser/gtk/browser_toolbar_gtk.h @@ -19,7 +19,6 @@ #include "chrome/browser/gtk/menu_gtk.h" #include "chrome/browser/page_menu_model.h" #include "chrome/browser/pref_member.h" -#include "chrome/browser/sync/profile_sync_service.h" #include "chrome/browser/wrench_menu_model.h" #include "chrome/common/notification_observer.h" #include "chrome/common/notification_registrar.h" @@ -41,7 +40,6 @@ class ToolbarModel; // View class that displays the GTK version of the toolbar and routes gtk // events back to the Browser. class BrowserToolbarGtk : public CommandUpdater::CommandObserver, - public ProfileSyncServiceObserver, public menus::SimpleMenuModel::Delegate, public MenuGtk::Delegate, public NotificationObserver, @@ -180,9 +178,6 @@ class BrowserToolbarGtk : public CommandUpdater::CommandObserver, CHROMEGTK_CALLBACK_1(BrowserToolbarGtk, gboolean, OnAppMenuImageExpose, GdkEventExpose*); - // ProfileSyncServiceObserver method. - virtual void OnStateChanged(); - // Updates preference-dependent state. void NotifyPrefChanged(const std::wstring* pref); @@ -250,9 +245,6 @@ class BrowserToolbarGtk : public CommandUpdater::CommandObserver, BrowserWindowGtk* window_; Profile* profile_; - // A pointer to the ProfileSyncService instance if one exists. - ProfileSyncService* sync_service_; - // Controls whether or not a home button should be shown on the toolbar. BooleanPrefMember show_home_button_; |