| Index: chrome/browser/background/background_contents_service_factory.h
|
| diff --git a/chrome/browser/background/background_contents_service_factory.h b/chrome/browser/background/background_contents_service_factory.h
|
| index 18973a4dae354ecfd7ac03096d58df32451a4f63..131f6178aa7684785515f7af98ff4e195bb548c5 100644
|
| --- a/chrome/browser/background/background_contents_service_factory.h
|
| +++ b/chrome/browser/background/background_contents_service_factory.h
|
| @@ -32,6 +32,8 @@ class BackgroundContentsServiceFactory : public ProfileKeyedServiceFactory {
|
| Profile* profile) const OVERRIDE;
|
| // Use a separate background contents service for incognito.
|
| virtual bool ServiceHasOwnInstanceInIncognito() OVERRIDE;
|
| + virtual bool ServiceIsCreatedWithProfile() OVERRIDE;
|
| + virtual bool ServiceIsNULLWhileTesting() OVERRIDE;
|
| };
|
|
|
| #endif // CHROME_BROWSER_BACKGROUND_BACKGROUND_CONTENTS_SERVICE_FACTORY_H_
|
|
|