Index: chrome/browser/plugin_data_remover_helper.h |
=================================================================== |
--- chrome/browser/plugin_data_remover_helper.h (revision 110324) |
+++ chrome/browser/plugin_data_remover_helper.h (working copy) |
@@ -41,6 +41,10 @@ |
bool GetValue() const { return pref_.GetValue(); } |
+ // Like PluginDataRemover::IsSupported, but checks that the returned plugin |
+ // is enabled by PluginPrefs |
+ static bool IsSupported(PluginPrefs* plugin_prefs); |
+ |
// content::NotificationObserver methods: |
virtual void Observe(int type, |
const content::NotificationSource& source, |