diff options
Diffstat (limited to 'chrome/browser/gtk/bookmark_bar_gtk.h')
-rw-r--r-- | chrome/browser/gtk/bookmark_bar_gtk.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/gtk/bookmark_bar_gtk.h b/chrome/browser/gtk/bookmark_bar_gtk.h index 1e0e97e..571e43f 100644 --- a/chrome/browser/gtk/bookmark_bar_gtk.h +++ b/chrome/browser/gtk/bookmark_bar_gtk.h @@ -207,6 +207,9 @@ class BookmarkBarGtk : public AnimationDelegate, static gboolean OnButtonPressed(GtkWidget* sender, GdkEventButton* event, BookmarkBarGtk* bar); + static gboolean OnSyncErrorButtonPressed(GtkWidget* sender, + GdkEventButton* event, + BookmarkBarGtk* bar); static void OnClicked(GtkWidget* sender, BookmarkBarGtk* bar); static void OnButtonDragBegin(GtkWidget* widget, @@ -316,6 +319,9 @@ class BookmarkBarGtk : public AnimationDelegate, // The other bookmarks button. GtkWidget* other_bookmarks_button_; + // The sync error button. + GtkWidget* sync_error_button_; + // A pointer to the ProfileSyncService instance if one exists. ProfileSyncService* sync_service_; |