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

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

Issue 9369009: Make content::ResourceContext be a real interface like the rest of the Content API (i.e. don't ha... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 8 years, 10 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
« no previous file with comments | « content/public/browser/content_browser_client.h ('k') | content/public/browser/plugin_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/plugin_data_remover.h
===================================================================
--- content/public/browser/plugin_data_remover.h (revision 121250)
+++ content/public/browser/plugin_data_remover.h (working copy)
@@ -25,8 +25,7 @@
class CONTENT_EXPORT PluginDataRemover {
public:
- static PluginDataRemover* Create(
- const content::ResourceContext& resource_context);
+ static PluginDataRemover* Create(content::ResourceContext* resource_context);
virtual ~PluginDataRemover() {}
// Starts removing plug-in data stored since |begin_time|.
« no previous file with comments | « content/public/browser/content_browser_client.h ('k') | content/public/browser/plugin_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698