| 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;
|
| +}
|
| +
|
|
|