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

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

Issue 276072: The login dialog was being opened with the main browser window as a parent in... (Closed) Base URL: http://src.chromium.org/svn/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
Index: chrome/browser/sync/sync_setup_wizard.h
===================================================================
--- chrome/browser/sync/sync_setup_wizard.h (revision 29327)
+++ chrome/browser/sync/sync_setup_wizard.h (working copy)
@@ -6,6 +6,7 @@
#define CHROME_BROWSER_SYNC_SYNC_SETUP_WIZARD_H_
#include "base/basictypes.h"
+#include "app/gfx/native_widget_types.h"
#if defined(OS_LINUX)
typedef struct _GtkWidget GtkWidget;
@@ -39,6 +40,10 @@
DONE
};
+ class WizardParentDelegate {
tim (not reviewing) 2009/10/29 21:58:44 I know I suggested going this route with the deleg
+ gfx::NativeWindow GetWizardParent();
tim (not reviewing) 2009/10/29 21:58:44 <stale comment after prev suggestion> hmm.. you do
+ };
+
explicit SyncSetupWizard(ProfileSyncService* service);
~SyncSetupWizard();

Powered by Google App Engine
This is Rietveld 408576698