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

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

Issue 2881073003: Support DataSaver for SharedWorker (Closed)
Patch Set: fix #include "public/web/WebDataSaverFlag.h" 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 cf156706fe482fa0bce9d9be6fb82473b4afd67d..866da83b5de855b65fcd33108b6be6de4bfd4785 100644
--- a/third_party/WebKit/public/web/WebSharedWorker.h
+++ b/third_party/WebKit/public/web/WebSharedWorker.h
@@ -34,6 +34,7 @@
#include "../platform/WebAddressSpace.h"
#include "../platform/WebCommon.h"
#include "../platform/WebContentSecurityPolicy.h"
+#include "public/web/WebDataSaverFlag.h"
namespace blink {
@@ -54,7 +55,8 @@ class WebSharedWorker {
const WebString& name,
const WebString& content_security_policy,
WebContentSecurityPolicyType,
- WebAddressSpace) = 0;
+ WebAddressSpace,
+ WebDataSaverFlag) = 0;
// Sends a connect event to the SharedWorker context.
virtual void Connect(std::unique_ptr<WebMessagePortChannel>) = 0;

Powered by Google App Engine
This is Rietveld 408576698