| Index: chrome/browser/background_contents_service_factory.cc | 
| diff --git a/chrome/browser/background_contents_service_factory.cc b/chrome/browser/background_contents_service_factory.cc | 
| index c30223b6db606c88e20557b27d0afe78528c4b8f..51712011045060b2d2e3df72105e0c18d24e50f4 100644 | 
| --- a/chrome/browser/background_contents_service_factory.cc | 
| +++ b/chrome/browser/background_contents_service_factory.cc | 
| @@ -13,7 +13,7 @@ | 
| BackgroundContentsService* BackgroundContentsServiceFactory::GetForProfile( | 
| Profile* profile) { | 
| return static_cast<BackgroundContentsService*>( | 
| -      GetInstance()->GetServiceForProfile(profile)); | 
| +      GetInstance()->GetServiceForProfile(profile, true)); | 
| } | 
|  | 
| // static | 
|  |