| Index: webkit/appcache/appcache.h
|
| ===================================================================
|
| --- webkit/appcache/appcache.h (revision 64524)
|
| +++ webkit/appcache/appcache.h (working copy)
|
| @@ -58,6 +58,9 @@
|
|
|
| const EntryMap& entries() const { return entries_; }
|
|
|
| + // Returns the URL of the resource used as the fallback for 'namespace_url'.
|
| + GURL GetFallbackEntryUrl(const GURL& namespace_url) const;
|
| +
|
| AppCacheHosts& associated_hosts() { return associated_hosts_; }
|
|
|
| bool IsNewerThan(AppCache* cache) const {
|
|
|