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

Unified Diff: content/browser/appcache/appcache_navigation_handle_core.h

Issue 2902653002: Get main frame and subframe AppCache loads to work. (Closed)
Patch Set: Add comments and helper functions Created 3 years, 7 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/browser/appcache/appcache_navigation_handle_core.h
diff --git a/content/browser/appcache/appcache_navigation_handle_core.h b/content/browser/appcache/appcache_navigation_handle_core.h
index fa9497a7884e1612f48167ac6722d8fffb525750..8d734a08f2c4f549917c564a04b4e285242389ea 100644
--- a/content/browser/appcache/appcache_navigation_handle_core.h
+++ b/content/browser/appcache/appcache_navigation_handle_core.h
@@ -44,7 +44,7 @@ class AppCacheNavigationHandleCore : public AppCacheFrontend {
// released here.
static std::unique_ptr<AppCacheHost> GetPrecreatedHost(int host_id);
- AppCacheServiceImpl* GetAppCacheService();
+ ChromeAppCacheService* GetAppCacheService();
protected:
// AppCacheFrontend methods

Powered by Google App Engine
This is Rietveld 408576698