| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerScriptCachedMetadataHandler.h
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerScriptCachedMetadataHandler.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerScriptCachedMetadataHandler.h
|
| index a6beb078a310cb731495c3a7fa9a1c4f92ba723c..7db0e0945f06cd457732c314c1769baca40a9430 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerScriptCachedMetadataHandler.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerScriptCachedMetadataHandler.h
|
| @@ -28,6 +28,7 @@ public:
|
| void clearCachedMetadata(CacheType) override;
|
| CachedMetadata* cachedMetadata(unsigned dataTypeID) const override;
|
| String encoding() const override;
|
| + bool shouldAggressivelyCache() const override;
|
|
|
| private:
|
| ServiceWorkerScriptCachedMetadataHandler(WorkerGlobalScope*, const KURL& scriptURL, const Vector<char>* metaData);
|
|
|