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

Unified Diff: chrome/browser/history/history_service_factory.h

Issue 12330073: Disable ProfileKeyedServices on import process by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to ToT Created 7 years, 9 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/history/history_service_factory.h
diff --git a/chrome/browser/history/history_service_factory.h b/chrome/browser/history/history_service_factory.h
index 99279025b37f565159b89022bc6909dbf0c9e623..6444371efeede9535b5bc649bb6f11cebdad62e9 100644
--- a/chrome/browser/history/history_service_factory.h
+++ b/chrome/browser/history/history_service_factory.h
@@ -43,6 +43,7 @@ class HistoryServiceFactory : public ProfileKeyedServiceFactory {
Profile* profile) const OVERRIDE;
virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
+ virtual bool ServiceIsNULLOnImportProcess() const OVERRIDE;
};
#endif // CHROME_BROWSER_HISTORY_HISTORY_SERVICE_FACTORY_H_

Powered by Google App Engine
This is Rietveld 408576698