| Index: third_party/WebKit/public/web/WebSharedWorker.h
|
| diff --git a/third_party/WebKit/public/web/WebSharedWorker.h b/third_party/WebKit/public/web/WebSharedWorker.h
|
| index 3d1be7cb8936f4c656442c6fba15700a97c94da6..8ab3a7bc99ae21f18ec959f2e326e44d5c63a72f 100644
|
| --- a/third_party/WebKit/public/web/WebSharedWorker.h
|
| +++ b/third_party/WebKit/public/web/WebSharedWorker.h
|
| @@ -54,7 +54,8 @@ class WebSharedWorker {
|
| const WebString& name,
|
| const WebString& content_security_policy,
|
| WebContentSecurityPolicyType,
|
| - WebAddressSpace) = 0;
|
| + WebAddressSpace,
|
| + bool data_saver_enabled) = 0;
|
|
|
| // Sends a connect event to the SharedWorker context.
|
| virtual void Connect(std::unique_ptr<WebMessagePortChannel>) = 0;
|
|
|