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

Unified Diff: third_party/WebKit/public/web/WebSharedWorkerRepositoryClient.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/WebSharedWorkerRepositoryClient.h
diff --git a/third_party/WebKit/public/web/WebSharedWorkerRepositoryClient.h b/third_party/WebKit/public/web/WebSharedWorkerRepositoryClient.h
index 419a02499e80b7c1d0f5cf539490887bef39d566..e5976df170f16e79e8e69995104330ad092f0241 100644
--- a/third_party/WebKit/public/web/WebSharedWorkerRepositoryClient.h
+++ b/third_party/WebKit/public/web/WebSharedWorkerRepositoryClient.h
@@ -31,10 +31,11 @@
#ifndef WebSharedWorkerRepositoryClient_h
#define WebSharedWorkerRepositoryClient_h
+#include <memory>
#include "WebSharedWorkerCreationContextType.h"
#include "WebSharedWorkerCreationErrors.h"
#include "public/platform/WebAddressSpace.h"
-#include <memory>
+#include "public/web/WebDataSaverFlag.h"
namespace blink {
@@ -57,6 +58,7 @@ class WebSharedWorkerRepositoryClient {
WebContentSecurityPolicyType,
WebAddressSpace,
WebSharedWorkerCreationContextType,
+ WebDataSaverFlag,
std::unique_ptr<WebMessagePortChannel>,
std::unique_ptr<blink::WebSharedWorkerConnectListener>) {
}

Powered by Google App Engine
This is Rietveld 408576698