| Index: chrome/browser/ui/webui/sync_promo_handler.h
|
| diff --git a/chrome/browser/ui/webui/sync_promo_handler.h b/chrome/browser/ui/webui/sync_promo_handler.h
|
| index d97cb8fd41985065b4d08413316835aa223df90d..d0534e45dec32563a870c9e67550ea0a0a50101b 100644
|
| --- a/chrome/browser/ui/webui/sync_promo_handler.h
|
| +++ b/chrome/browser/ui/webui/sync_promo_handler.h
|
| @@ -35,6 +35,8 @@ class SyncPromoHandler : public SyncSetupHandler {
|
| const content::NotificationDetails& details) OVERRIDE;
|
|
|
| protected:
|
| + virtual void StepWizardForShowSetupUI() OVERRIDE;
|
| +
|
| virtual void ShowSetupUI() OVERRIDE;
|
|
|
| private:
|
|
|