Index: chrome/browser/background/background_contents_service_factory.cc |
diff --git a/chrome/browser/background/background_contents_service_factory.cc b/chrome/browser/background/background_contents_service_factory.cc |
index 51b5ffd2ffda1664db0547fb710c001ea72a0769..d9139dc912942ba30748172d5fb7512fae1298ef 100644 |
--- a/chrome/browser/background/background_contents_service_factory.cc |
+++ b/chrome/browser/background/background_contents_service_factory.cc |
@@ -38,3 +38,11 @@ ProfileKeyedService* BackgroundContentsServiceFactory::BuildServiceInstanceFor( |
bool BackgroundContentsServiceFactory::ServiceHasOwnInstanceInIncognito() { |
return true; |
} |
+ |
+bool BackgroundContentsServiceFactory::ServiceIsCreatedWithProfile() { |
+ return true; |
+} |
+ |
+bool BackgroundContentsServiceFactory::ServiceIsNULLWhileTesting() { |
+ return true; |
+} |