Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1964)

Unified Diff: chrome/browser/gtk/bookmark_bar_gtk.h

Issue 337034: Remove the browser_sync flag. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/dom_ui/new_tab_ui.cc ('k') | chrome/browser/gtk/bookmark_bar_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/bookmark_bar_gtk.h
===================================================================
--- chrome/browser/gtk/bookmark_bar_gtk.h (revision 30247)
+++ chrome/browser/gtk/bookmark_bar_gtk.h (working copy)
@@ -33,9 +33,7 @@
struct GtkThemeProvider;
class BookmarkBarGtk : public AnimationDelegate,
-#if defined(BROWSER_SYNC)
public ProfileSyncServiceObserver,
-#endif
public BookmarkModelObserver,
public MenuBarHelper::Delegate,
public NotificationObserver {
@@ -264,7 +262,6 @@
GtkAllocation* allocation,
BookmarkBarGtk* bar);
-#if defined(BROWSER_SYNC)
// ProfileSyncServiceObserver method.
virtual void OnStateChanged();
@@ -274,7 +271,6 @@
// Creates the sync error button and adds it as a child view.
GtkWidget* CreateSyncErrorButton();
-#endif
Profile* profile_;
@@ -320,14 +316,12 @@
// The other bookmarks button.
GtkWidget* other_bookmarks_button_;
-#if defined(BROWSER_SYNC)
// 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_;
-#endif
// The BookmarkNode from the model being dragged. NULL when we aren't
// dragging.
« no previous file with comments | « chrome/browser/dom_ui/new_tab_ui.cc ('k') | chrome/browser/gtk/bookmark_bar_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698