| 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 a835f7a819446fdd8c85fd722cd50c6d8efc9493..c6ec2b437df33f4c64588e16cbad77411eab7417 100644
|
| --- a/chrome/browser/ui/webui/sync_promo/sync_promo_handler.h
|
| +++ b/chrome/browser/ui/webui/sync_promo/sync_promo_handler.h
|
| @@ -34,6 +34,9 @@ class SyncPromoHandler : public SyncSetupHandler {
|
| const content::NotificationSource& source,
|
| const content::NotificationDetails& details) OVERRIDE;
|
|
|
| + // LoginUIService::LoginUI implementation.
|
| + virtual void CloseUI() OVERRIDE;
|
| +
|
| protected:
|
| virtual void ShowSetupUI() OVERRIDE;
|
|
|
|
|