| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 5587743b2a548ae9e0a21352d996dbe0c5e9b8e5..21b64595b2943660972d631f03ee17642b1966e8 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -429,11 +429,13 @@ void ProfileImpl::InitHostZoomMap() {
|
| }
|
|
|
| void ProfileImpl::InitPromoResources() {
|
| +#if defined(ENABLE_PROMO_RESOURCE_SERVICE)
|
| if (promo_resource_service_)
|
| return;
|
|
|
| promo_resource_service_ = new PromoResourceService(this);
|
| promo_resource_service_->StartAfterDelay();
|
| +#endif
|
| }
|
|
|
| void ProfileImpl::InitRegisteredProtocolHandlers() {
|
|
|