Index: webkit/appcache/appcache_host.h |
=================================================================== |
--- webkit/appcache/appcache_host.h (revision 53710) |
+++ webkit/appcache/appcache_host.h (working copy) |
@@ -74,6 +74,9 @@ |
AppCacheRequestHandler* CreateRequestHandler( |
URLRequest* request, ResourceType::Type resource_type); |
+ // Support for devtools inspecting appcache resources. |
+ void GetResourceList(std::vector<AppCacheResourceInfo>* resource_infos); |
+ |
// Establishes an association between this host and a cache. 'cache' may be |
// NULL to break any existing association. Associations are established |
// either thru the cache selection algorithm implemented (in this class), |