Index: chrome/browser/instant/instant_service_factory.cc |
diff --git a/chrome/browser/instant/instant_service_factory.cc b/chrome/browser/instant/instant_service_factory.cc |
index d17a235082e39aebf05c27d7703b4af44c934321..bed382f74ce206c50ae1c2f677d3c2d340b507fb 100644 |
--- a/chrome/browser/instant/instant_service_factory.cc |
+++ b/chrome/browser/instant/instant_service_factory.cc |
@@ -36,10 +36,6 @@ bool InstantServiceFactory::ServiceRedirectedInIncognito() const { |
return true; |
} |
-bool InstantServiceFactory::ServiceIsNULLWhileTesting() const { |
- return true; |
-} |
- |
ProfileKeyedService* InstantServiceFactory::BuildServiceInstanceFor( |
Profile* profile) const { |
return BuildInstanceFor(profile); |