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 cf156706fe482fa0bce9d9be6fb82473b4afd67d..3f0da51c74894696aaaf2cdd8d7ef10290713193 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; |