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

Unified Diff: chrome/browser/extensions/activity_log.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/extensions/activity_log.cc
diff --git a/chrome/browser/extensions/activity_log.cc b/chrome/browser/extensions/activity_log.cc
index 1814ef5caa82fd787ac4ce09b2e2a4a971322865..110602b5b4d377e85b90d1991fdb50833daaccd3 100644
--- a/chrome/browser/extensions/activity_log.cc
+++ b/chrome/browser/extensions/activity_log.cc
@@ -138,6 +138,10 @@ bool ActivityLogFactory::ServiceRedirectedInIncognito() const {
return true;
}
+bool ActivityLogFactory::ServiceIsNULLOnImportProcess() const {
+ return false;
+}
+
// ActivityLog
// Use GetInstance instead of directly creating an ActivityLog.

Powered by Google App Engine
This is Rietveld 408576698