| 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 7c199e0349bca5f49bc049208ca6f6cf6826f6d7..21d9e431cec9168fdf6ad9d895bbd2a0366d8042 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 };
|
|
|