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

Unified Diff: chrome/browser/browsing_data_appcache_helper.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/DEPS ('k') | chrome/browser/browsing_data_appcache_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browsing_data_appcache_helper.h
===================================================================
--- chrome/browser/browsing_data_appcache_helper.h (revision 122771)
+++ chrome/browser/browsing_data_appcache_helper.h (working copy)
@@ -8,12 +8,16 @@
#include "base/callback.h"
#include "base/memory/scoped_ptr.h"
-#include "content/browser/appcache/chrome_appcache_service.h"
#include "net/base/completion_callback.h"
#include "googleurl/src/gurl.h"
+#include "webkit/appcache/appcache_service.h"
class Profile;
+namespace content {
+class ResourceContext;
+}
+
// This class fetches appcache information on behalf of a caller
// on the UI thread.
class BrowsingDataAppCacheHelper
@@ -41,7 +45,7 @@
void OnFetchComplete(int rv);
bool is_fetching_;
- scoped_refptr<ChromeAppCacheService> appcache_service_;
+ content::ResourceContext* resource_context_;
net::CancelableCompletionCallback appcache_info_callback_;
DISALLOW_COPY_AND_ASSIGN(BrowsingDataAppCacheHelper);
« no previous file with comments | « chrome/browser/DEPS ('k') | chrome/browser/browsing_data_appcache_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698