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

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

Issue 1929353002: CORS-RFC1918: Service Workers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Works. Created 4 years, 8 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
« no previous file with comments | « third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebEmbeddedWorkerStartData.h
diff --git a/third_party/WebKit/public/web/WebEmbeddedWorkerStartData.h b/third_party/WebKit/public/web/WebEmbeddedWorkerStartData.h
index 3f54a7d461534faedf89fe271132a23bc2156305..5692378b22ce2f3524b8985c8fb856d09399b760 100644
--- a/third_party/WebKit/public/web/WebEmbeddedWorkerStartData.h
+++ b/third_party/WebKit/public/web/WebEmbeddedWorkerStartData.h
@@ -32,6 +32,7 @@
#define WebEmbeddedWorkerStartData_h
#include "WebContentSecurityPolicy.h"
+#include "public/platform/WebAddressSpace.h"
#include "public/platform/WebString.h"
#include "public/platform/WebURL.h"
#include "public/web/WebSettings.h"
@@ -55,6 +56,8 @@ struct WebEmbeddedWorkerStartData {
WebSettings::V8CacheOptions v8CacheOptions;
bool dataSaverEnabled;
+ WebAddressSpace addressSpace;
+
WebEmbeddedWorkerStartData()
: pauseAfterDownloadMode(DontPauseAfterDownload)
, waitForDebuggerMode(DontWaitForDebugger)
« no previous file with comments | « third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698