| Index: chrome/browser/plugins/plugin_prefs_factory.h
|
| diff --git a/chrome/browser/plugins/plugin_prefs_factory.h b/chrome/browser/plugins/plugin_prefs_factory.h
|
| index 73ba37668b2fff64a951dae6281e14450db5e53f..042b2cc5d9aa8c1c207c8c20e572baa4a2606bc9 100644
|
| --- a/chrome/browser/plugins/plugin_prefs_factory.h
|
| +++ b/chrome/browser/plugins/plugin_prefs_factory.h
|
| @@ -40,6 +40,7 @@ class PluginPrefsFactory : public RefcountedProfileKeyedServiceFactory {
|
| virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
| virtual bool ServiceIsCreatedWithProfile() const OVERRIDE;
|
| + virtual bool ServiceIsNULLOnImportProcess() const OVERRIDE;
|
| };
|
|
|
| #endif // CHROME_BROWSER_PLUGINS_PLUGIN_PREFS_FACTORY_H_
|
|
|