Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1393)

Unified Diff: third_party/WebKit/public/web/WebSharedWorker.h

Issue 2881073003: Support DataSaver for SharedWorker (Closed)
Patch Set: same as PS6 Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp ('k') | third_party/WebKit/public/web/WebSharedWorkerRepositoryClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698