| Index: chrome/browser/profile_impl.h
|
| diff --git a/chrome/browser/profile_impl.h b/chrome/browser/profile_impl.h
|
| index a0274069211bca063166e0f6729e42ae2cea6f5a..fdae9e2910b69cfd52cfdfb7638776c5c4a012d9 100644
|
| --- a/chrome/browser/profile_impl.h
|
| +++ b/chrome/browser/profile_impl.h
|
| @@ -122,6 +122,7 @@ class ProfileImpl : public Profile,
|
| void InitCloudPrintProxyService();
|
| virtual ChromeBlobStorageContext* GetBlobStorageContext();
|
| virtual ExtensionInfoMap* GetExtensionInfoMap();
|
| + virtual PromoCounter* GetInstantPromoCounter();
|
| virtual BrowserSignin* GetBrowserSignin();
|
|
|
| #if defined(OS_CHROMEOS)
|
| @@ -247,6 +248,11 @@ class ProfileImpl : public Profile,
|
| // finished.
|
| bool spellcheck_host_ready_;
|
|
|
| +#if defined(OS_WIN)
|
| + bool checked_instant_promo_;
|
| + scoped_ptr<PromoCounter> instant_promo_counter_;
|
| +#endif
|
| +
|
| // Set to true when ShutdownSessionService is invoked. If true
|
| // GetSessionService won't recreate the SessionService.
|
| bool shutdown_session_service_;
|
|
|