Chromium Code Reviews| 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(); |