summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/bookmark_bar_gtk.h
diff options
context:
space:
mode:
authornick@chromium.org <nick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-04 22:10:26 +0000
committernick@chromium.org <nick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-04 22:10:26 +0000
commit32bd194164565228a4174aa7bf9e1b9cb3b3f6e3 (patch)
tree1945aff4a40737f7b92f2e2513fb1b46f7f4b0ff /chrome/browser/gtk/bookmark_bar_gtk.h
parent579d71deb2e0c8139ca1d49c0fa436444e94eead (diff)
downloadchromium_src-32bd194164565228a4174aa7bf9e1b9cb3b3f6e3.zip
chromium_src-32bd194164565228a4174aa7bf9e1b9cb3b3f6e3.tar.gz
chromium_src-32bd194164565228a4174aa7bf9e1b9cb3b3f6e3.tar.bz2
Remove the sync error button from the Linux bookmark bar.
It wasn't wired up to any errors yet, it wasn't hidden by default, it created an unnecessary horizontal space, and it would DCHECK (or worse) when that space was clicked. BUG=26595 TEST=Displayed the bookmarks bar, verified that the gap to the left of "Other Bookmarks" went away and that it was no longer clickable. R=estade Review URL: http://codereview.chromium.org/360024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31011 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk/bookmark_bar_gtk.h')
-rw-r--r--chrome/browser/gtk/bookmark_bar_gtk.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/gtk/bookmark_bar_gtk.h b/chrome/browser/gtk/bookmark_bar_gtk.h
index 4f4b7b7..1e0e97e 100644
--- a/chrome/browser/gtk/bookmark_bar_gtk.h
+++ b/chrome/browser/gtk/bookmark_bar_gtk.h
@@ -316,10 +316,6 @@ class BookmarkBarGtk : public AnimationDelegate,
// The other bookmarks button.
GtkWidget* other_bookmarks_button_;
- // The sync re-login indicator which appears when the user needs to re-enter
- // credentials in order to continue syncing.
- GtkWidget* sync_error_button_;
-
// A pointer to the ProfileSyncService instance if one exists.
ProfileSyncService* sync_service_;