Index: chrome/browser/background/background_contents_service_factory.cc |
=================================================================== |
--- chrome/browser/background/background_contents_service_factory.cc (revision 154991) |
+++ chrome/browser/background/background_contents_service_factory.cc (working copy) |
@@ -44,14 +44,15 @@ |
PrefService::UNSYNCABLE_PREF); |
} |
-bool BackgroundContentsServiceFactory::ServiceHasOwnInstanceInIncognito() { |
+bool |
+BackgroundContentsServiceFactory::ServiceHasOwnInstanceInIncognito() const { |
return true; |
} |
-bool BackgroundContentsServiceFactory::ServiceIsCreatedWithProfile() { |
+bool BackgroundContentsServiceFactory::ServiceIsCreatedWithProfile() const { |
return true; |
} |
-bool BackgroundContentsServiceFactory::ServiceIsNULLWhileTesting() { |
+bool BackgroundContentsServiceFactory::ServiceIsNULLWhileTesting() const { |
return true; |
} |