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

Unified Diff: content/public/browser/plugin_data_remover.h

Issue 9981015: Add an interface for Flash to clear its data. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix browser tests Created 8 years, 8 months 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
Index: content/public/browser/plugin_data_remover.h
diff --git a/content/public/browser/plugin_data_remover.h b/content/public/browser/plugin_data_remover.h
index cccd89aa3d3d40f168eee29be40dc4b61bbdc2c9..88aeaee0d67d87366f9a891b261d9f718296a31e 100644
--- a/content/public/browser/plugin_data_remover.h
+++ b/content/public/browser/plugin_data_remover.h
@@ -13,19 +13,17 @@ namespace base {
class WaitableEvent;
}
-namespace content {
-class ResourceContext;
-}
-
namespace webkit {
struct WebPluginInfo;
}
namespace content {
+class BrowserContext;
+
class CONTENT_EXPORT PluginDataRemover {
public:
- static PluginDataRemover* Create(content::ResourceContext* resource_context);
+ static PluginDataRemover* Create(content::BrowserContext* browser_context);
virtual ~PluginDataRemover() {}
// Starts removing plug-in data stored since |begin_time|.

Powered by Google App Engine
This is Rietveld 408576698