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

Unified Diff: chrome/browser/plugin_data_remover_helper.h

Issue 8590016: Move the PluginDataRemover class to content, and remove the chrome pieces from it. This class rea... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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
« no previous file with comments | « chrome/browser/plugin_data_remover_browsertest.cc ('k') | chrome/browser/plugin_data_remover_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chrome/browser/plugin_data_remover_browsertest.cc ('k') | chrome/browser/plugin_data_remover_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698