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

Unified Diff: chrome/browser/plugins/plugin_prefs_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/plugins/plugin_prefs_factory.cc
diff --git a/chrome/browser/plugins/plugin_prefs_factory.cc b/chrome/browser/plugins/plugin_prefs_factory.cc
index 32b543cf616c4d0c44131787e9710fffaed4acae..5e667730179db729c398a174ba9c560a5c6f9d08 100644
--- a/chrome/browser/plugins/plugin_prefs_factory.cc
+++ b/chrome/browser/plugins/plugin_prefs_factory.cc
@@ -88,3 +88,8 @@ bool PluginPrefsFactory::ServiceIsNULLWhileTesting() const {
bool PluginPrefsFactory::ServiceIsCreatedWithProfile() const {
return true;
}
+
+bool PluginPrefsFactory::ServiceIsNULLOnImportProcess() const {
+ return false;
+}
+

Powered by Google App Engine
This is Rietveld 408576698