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

Unified Diff: chrome/browser/extensions/extension_pref_value_map_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/extensions/extension_pref_value_map_factory.h
diff --git a/chrome/browser/extensions/extension_pref_value_map_factory.h b/chrome/browser/extensions/extension_pref_value_map_factory.h
index 10a9058d676c19cec86985b750d755830483eb84..7765632ee12065577ce8faff1624ae24db74494a 100644
--- a/chrome/browser/extensions/extension_pref_value_map_factory.h
+++ b/chrome/browser/extensions/extension_pref_value_map_factory.h
@@ -16,6 +16,8 @@ class ExtensionPrefValueMapFactory : public ProfileKeyedServiceFactory {
static ExtensionPrefValueMapFactory* GetInstance();
+ virtual bool ServiceIsNULLOnImportProcess() const OVERRIDE;
+
private:
friend struct DefaultSingletonTraits<ExtensionPrefValueMapFactory>;

Powered by Google App Engine
This is Rietveld 408576698