| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerScriptCachedMetadataHandler.cpp
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerScriptCachedMetadataHandler.cpp b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerScriptCachedMetadataHandler.cpp
|
| index fd5832737cec4c4176f3dca7c8ad1b0a7d1de33e..28772a6c0fb33f3aa83d99f74aa8fffe18f5dcc2 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerScriptCachedMetadataHandler.cpp
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerScriptCachedMetadataHandler.cpp
|
| @@ -57,4 +57,9 @@ String ServiceWorkerScriptCachedMetadataHandler::encoding() const
|
| return emptyString();
|
| }
|
|
|
| +bool ServiceWorkerScriptCachedMetadataHandler::shouldAggressivelyCache() const
|
| +{
|
| + return false;
|
| +}
|
| +
|
| } // namespace blink
|
|
|