Index: chrome/browser/gtk/bookmark_bar_gtk.cc |
diff --git a/chrome/browser/gtk/bookmark_bar_gtk.cc b/chrome/browser/gtk/bookmark_bar_gtk.cc |
index 752f56c094a6155c674e7eced8c8a8a40088734d..ae9b0835505a5f6595d1a81555f0f3ae9b3e832b 100644 |
--- a/chrome/browser/gtk/bookmark_bar_gtk.cc |
+++ b/chrome/browser/gtk/bookmark_bar_gtk.cc |
@@ -118,7 +118,6 @@ BookmarkBarGtk::BookmarkBarGtk(BrowserWindowGtk* window, |
model_(NULL), |
instructions_label_(NULL), |
instructions_(NULL), |
- sync_error_button_(NULL), |
sync_service_(NULL), |
dragged_node_(NULL), |
toolbar_drop_item_(NULL), |
@@ -261,11 +260,6 @@ void BookmarkBarGtk::Init(Profile* profile) { |
g_signal_connect(vseparator, "expose-event", |
G_CALLBACK(OnSeparatorExpose), this); |
- sync_error_button_ = theme_provider_->BuildChromeButton(); |
- ConnectFolderButtonEvents(sync_error_button_); |
- gtk_box_pack_start(GTK_BOX(bookmark_hbox_), sync_error_button_, |
- FALSE, FALSE, 0); |
- |
// We pack the button manually (rather than using gtk_button_set_*) so that |
// we can have finer control over its label. |
other_bookmarks_button_ = theme_provider_->BuildChromeButton(); |