Index: chrome/browser/search_engines/template_url_service_factory.h |
diff --git a/chrome/browser/search_engines/template_url_service_factory.h b/chrome/browser/search_engines/template_url_service_factory.h |
index 703d586e570be1cdd9b73f3daea3b6c0865946da..8d3dbe2d19edb18dddb012ae9b65957676c9ee16 100644 |
--- a/chrome/browser/search_engines/template_url_service_factory.h |
+++ b/chrome/browser/search_engines/template_url_service_factory.h |
@@ -29,6 +29,7 @@ class TemplateURLServiceFactory : public ProfileKeyedServiceFactory { |
// ProfileKeyedServiceFactory: |
virtual ProfileKeyedService* BuildServiceInstanceFor(Profile* profile) const; |
virtual bool ServiceRedirectedInIncognito(); |
+ virtual bool ServiceIsNULLWhileTesting(); |
virtual void ProfileShutdown(Profile* profile); |
virtual void ProfileDestroyed(Profile* profile); |
}; |