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

Unified Diff: chrome/browser/sync/sync_setup_wizard.h

Issue 338008: Resubmit http://codereview.chromium.org/314016 with views fixed (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/profile.cc ('k') | chrome/browser/sync/sync_status_ui_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/sync_setup_wizard.h
===================================================================
--- chrome/browser/sync/sync_setup_wizard.h (revision 30060)
+++ chrome/browser/sync/sync_setup_wizard.h (working copy)
@@ -7,7 +7,7 @@
#include "base/basictypes.h"
-#if defined(OS_LINUX)
+#if defined(TOOLKIT_GTK)
typedef struct _GtkWidget GtkWidget;
typedef struct _GtkWindow GtkWindow;
#else
@@ -53,7 +53,7 @@
// if various buttons in the UI should be enabled or disabled.
bool IsVisible() const;
-#if defined(OS_LINUX)
+#if defined(TOOLKIT_GTK)
void set_visible(bool visible) { visible_ = visible; }
#endif
@@ -69,7 +69,7 @@
ProfileSyncService* service_;
-#if defined(OS_LINUX)
+#if defined(TOOLKIT_GTK)
bool visible_;
#else
// The use of ShowHtmlDialog and SyncSetupFlowContainer is disabled on Linux
« no previous file with comments | « chrome/browser/profile.cc ('k') | chrome/browser/sync/sync_status_ui_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698