diff options
Diffstat (limited to 'webkit/appcache/appcache.h')
-rw-r--r-- | webkit/appcache/appcache.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/appcache/appcache.h b/webkit/appcache/appcache.h index c55aa3e..d54dde8 100644 --- a/webkit/appcache/appcache.h +++ b/webkit/appcache/appcache.h @@ -106,6 +106,9 @@ class AppCache : public base::RefCounted<AppCache> { AppCacheEntry* found_entry, AppCacheEntry* found_fallback_entry, GURL* found_fallback_namespace, bool* found_network_namespace); + // Populates the 'infos' vector with an element per entry in the appcache. + void ToResourceInfoVector(AppCacheResourceInfoVector* infos) const; + static bool IsInNetworkNamespace( const GURL& url, const std::vector<GURL> &namespaces); |