| Index: chrome/browser/ui/webui/sync_promo/sync_promo_handler.h
|
| diff --git a/chrome/browser/ui/webui/sync_promo/sync_promo_handler.h b/chrome/browser/ui/webui/sync_promo/sync_promo_handler.h
|
| index 9bbd7210b4e0bc6831be28dd6990a68debfc00de..f83d8de485878c87ba6d218b8b7e1ddf72906786 100644
|
| --- a/chrome/browser/ui/webui/sync_promo/sync_promo_handler.h
|
| +++ b/chrome/browser/ui/webui/sync_promo/sync_promo_handler.h
|
| @@ -25,8 +25,6 @@ class SyncPromoHandler : public SyncSetupHandler {
|
| virtual void RegisterMessages() OVERRIDE;
|
|
|
| // SyncSetupFlowHandler implementation.
|
| - virtual void ShowGaiaSuccessAndClose() OVERRIDE;
|
| - virtual void ShowGaiaSuccessAndSettingUp() OVERRIDE;
|
| virtual void ShowConfigure(const base::DictionaryValue& args) OVERRIDE;
|
|
|
| // content::NotificationObserver implementation.
|
| @@ -35,10 +33,10 @@ class SyncPromoHandler : public SyncSetupHandler {
|
| const content::NotificationDetails& details) OVERRIDE;
|
|
|
| protected:
|
| - virtual void StepWizardForShowSetupUI() OVERRIDE;
|
| -
|
| virtual void ShowSetupUI() OVERRIDE;
|
|
|
| + virtual void RecordSignin() OVERRIDE;
|
| +
|
| private:
|
| // JavaScript callback handler to close the sync promo.
|
| void HandleCloseSyncPromo(const base::ListValue* args);
|
|
|