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

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

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.cc
diff --git a/chrome/browser/history/history_service_factory.cc b/chrome/browser/history/history_service_factory.cc
index 813c0a083a73fa416a6cfcea7ed7be5846749733..0c22d0facddf1afc47df483e42c3455d253be251 100644
--- a/chrome/browser/history/history_service_factory.cc
+++ b/chrome/browser/history/history_service_factory.cc
@@ -80,3 +80,7 @@ bool HistoryServiceFactory::ServiceRedirectedInIncognito() const {
bool HistoryServiceFactory::ServiceIsNULLWhileTesting() const {
return true;
}
+
+bool HistoryServiceFactory::ServiceIsNULLOnImportProcess() const {
+ return false;
+}

Powered by Google App Engine
This is Rietveld 408576698