| Index: third_party/WebKit/Source/platform/loader/fetch/FetchContext.h
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/FetchContext.h b/third_party/WebKit/Source/platform/loader/fetch/FetchContext.h
|
| index 5b3edd536315c84d974a6077aaa0641dad2fd260..b6cbf919339eea12bd1d2aeb28d8f6fa033cc95f 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/FetchContext.h
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/FetchContext.h
|
| @@ -176,6 +176,8 @@ class PLATFORM_EXPORT FetchContext
|
| virtual bool IsControlledByServiceWorker() const { return false; }
|
| virtual int64_t ServiceWorkerID() const { return -1; }
|
|
|
| + virtual int ApplicationCacheHostID() const { return 0; }
|
| +
|
| virtual bool IsMainFrame() const { return true; }
|
| virtual bool DefersLoading() const { return false; }
|
| virtual bool IsLoadComplete() const { return false; }
|
|
|