| Index: chrome/browser/ui/sync/one_click_signin_sync_starter.h
|
| diff --git a/chrome/browser/ui/sync/one_click_signin_sync_starter.h b/chrome/browser/ui/sync/one_click_signin_sync_starter.h
|
| index 9b09dbe2daa5afd95638af6416bb732afd8a91a0..bf23a2f3965aea1d814ba55e4618027dd4fd4ba8 100644
|
| --- a/chrome/browser/ui/sync/one_click_signin_sync_starter.h
|
| +++ b/chrome/browser/ui/sync/one_click_signin_sync_starter.h
|
| @@ -218,6 +218,11 @@ class OneClickSigninSyncStarter : public SigninTracker::Observer,
|
| // Loads the |continue_url_| in the current tab.
|
| void LoadContinueUrl();
|
|
|
| + // Sets/gets the start sync mode. Called by SigninDialogDelegate to override
|
| + // the start sync mode if needed.
|
| + void SetStartSyncMode(StartSyncMode start_mode);
|
| + StartSyncMode GetStartSyncMode();
|
| +
|
| Profile* profile_;
|
| Browser* browser_;
|
| scoped_ptr<SigninTracker> signin_tracker_;
|
|
|