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

Unified Diff: content/renderer/shared_worker/shared_worker_repository.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: content/renderer/shared_worker/shared_worker_repository.h
diff --git a/content/renderer/shared_worker/shared_worker_repository.h b/content/renderer/shared_worker/shared_worker_repository.h
index 629a38086ba1ddd9774840a773c9f5057ff684bf..162b89b57217614e9972c13b7d1c836d3c96f5bd 100644
--- a/content/renderer/shared_worker/shared_worker_repository.h
+++ b/content/renderer/shared_worker/shared_worker_repository.h
@@ -11,6 +11,7 @@
#include "base/macros.h"
#include "third_party/WebKit/public/platform/WebAddressSpace.h"
#include "third_party/WebKit/public/platform/WebContentSecurityPolicy.h"
+#include "third_party/WebKit/public/web/WebDataSaverFlag.h"
#include "third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h"
#include "third_party/WebKit/public/web/WebSharedWorkerRepositoryClient.h"
@@ -33,6 +34,7 @@ class SharedWorkerRepository final
blink::WebContentSecurityPolicyType,
blink::WebAddressSpace,
blink::WebSharedWorkerCreationContextType,
+ blink::WebDataSaverFlag,
std::unique_ptr<blink::WebMessagePortChannel> channel,
std::unique_ptr<blink::WebSharedWorkerConnectListener> listener) override;
void DocumentDetached(DocumentID document_id) override;

Powered by Google App Engine
This is Rietveld 408576698