summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_prefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/plugin_prefs.h')
-rw-r--r--chrome/browser/plugin_prefs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/plugin_prefs.h b/chrome/browser/plugin_prefs.h
index 8a681df..0fd90b01 100644
--- a/chrome/browser/plugin_prefs.h
+++ b/chrome/browser/plugin_prefs.h
@@ -90,10 +90,6 @@ class PluginPrefs : public RefcountedProfileKeyedService,
// Returns whether the plugin is enabled or not.
bool IsPluginEnabled(const webkit::WebPluginInfo& plugin) const;
- // Registers the preferences used by this class.
- // This method should only be called on the UI thread.
- static void RegisterPrefs(PrefService* prefs);
-
void set_profile(Profile* profile) { profile_ = profile; }
// RefCountedProfileKeyedBase method override.