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

Unified Diff: chrome/browser/extensions/extension_data_deleter.h

Issue 9425026: Remove getters for HTML5 related objects from the ResourceContext interface. Half of them weren't u… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments 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 | « chrome/browser/browsing_data_remover.h ('k') | chrome/browser/extensions/extension_data_deleter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_data_deleter.h
===================================================================
--- chrome/browser/extensions/extension_data_deleter.h (revision 122771)
+++ chrome/browser/extensions/extension_data_deleter.h (working copy)
@@ -13,8 +13,8 @@
#include "content/public/browser/browser_thread.h"
#include "googleurl/src/gurl.h"
-namespace webkit_database {
-class DatabaseTracker;
+namespace content {
+class ResourceContext;
}
namespace fileapi {
@@ -25,7 +25,10 @@
class URLRequestContextGetter;
}
-class ChromeAppCacheService;
+namespace webkit_database {
+class DatabaseTracker;
+}
+
class Profile;
class WebKitContext;
@@ -80,7 +83,7 @@
// Deletes appcache files for the extension. May only be called on the IO
// thread.
- void DeleteAppcachesOnIOThread();
+ void DeleteAppcachesOnIOThread(content::ResourceContext* resource_context);
// The ID of the extension being deleted.
const std::string extension_id_;
@@ -102,8 +105,6 @@
scoped_refptr<fileapi::FileSystemContext> file_system_context_;
- scoped_refptr<ChromeAppCacheService> appcache_service_;
-
// If non-empty, the extension we're deleting is an isolated app, and this
// is its directory which we should delete.
FilePath isolated_app_path_;
« no previous file with comments | « chrome/browser/browsing_data_remover.h ('k') | chrome/browser/extensions/extension_data_deleter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698