Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6366)

Unified Diff: chrome/browser/instant/instant_service_factory.h

Issue 11896113: Add chrome-search: access from Instant overlay (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Charlie's comments. Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/instant/instant_service_factory.h
diff --git a/chrome/browser/instant/instant_service_factory.h b/chrome/browser/instant/instant_service_factory.h
index 27b21f06cd3329d63c57175573c770f38ff81ed5..1a569f7d1d7676e1499fc8a23e9717fb856d7905 100644
--- a/chrome/browser/instant/instant_service_factory.h
+++ b/chrome/browser/instant/instant_service_factory.h
@@ -32,6 +32,7 @@ class InstantServiceFactory : public ProfileKeyedServiceFactory {
virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
virtual ProfileKeyedService* BuildServiceInstanceFor(
Profile* profile) const OVERRIDE;
+ virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
DISALLOW_COPY_AND_ASSIGN(InstantServiceFactory);
};

Powered by Google App Engine
This is Rietveld 408576698