| Index: content/child/appcache/web_application_cache_host_impl.h
|
| diff --git a/content/child/appcache/web_application_cache_host_impl.h b/content/child/appcache/web_application_cache_host_impl.h
|
| index 8fe5b308bb86d8c1532ce5d879ebe81a68581f06..11e1b67480641979fe73a73c95a93d7f16d40f0d 100644
|
| --- a/content/child/appcache/web_application_cache_host_impl.h
|
| +++ b/content/child/appcache/web_application_cache_host_impl.h
|
| @@ -55,6 +55,7 @@ class WebApplicationCacheHostImpl
|
| bool swapCache() override;
|
| void getResourceList(blink::WebVector<ResourceInfo>* resources) override;
|
| void getAssociatedCacheInfo(CacheInfo* info) override;
|
| + int getHostID() const override;
|
|
|
| private:
|
| enum IsNewMasterEntry { MAYBE_NEW_ENTRY, NEW_ENTRY, OLD_ENTRY };
|
|
|