summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/sync_setup_wizard.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/sync_setup_wizard.h')
-rw-r--r--chrome/browser/sync/sync_setup_wizard.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/sync/sync_setup_wizard.h b/chrome/browser/sync/sync_setup_wizard.h
index 55195bf..9bb0bb0 100644
--- a/chrome/browser/sync/sync_setup_wizard.h
+++ b/chrome/browser/sync/sync_setup_wizard.h
@@ -6,6 +6,7 @@
#define CHROME_BROWSER_SYNC_SYNC_SETUP_WIZARD_H_
#include "base/basictypes.h"
+#include "gfx/native_widget_types.h"
class SyncSetupFlowContainer;
@@ -63,6 +64,8 @@ class SyncSetupWizard {
// not visible.
void Focus();
+ void SetParent(gfx::NativeWindow parent_window);
+
private:
// If we just need to pop open an individual dialog, say to collect
// gaia credentials in the event of a steady-state auth failure, this is
@@ -77,6 +80,8 @@ class SyncSetupWizard {
SyncSetupFlowContainer* flow_container_;
+ gfx::NativeWindow parent_window_;
+
DISALLOW_COPY_AND_ASSIGN(SyncSetupWizard);
};