Index: content/common/worker_messages.h |
diff --git a/content/common/worker_messages.h b/content/common/worker_messages.h |
index c2273a23d4e4a8f89d79613e6a4a85eb1d8b6441..cd0e57377ac473679940fec9880b4516b47ce3c9 100644 |
--- a/content/common/worker_messages.h |
+++ b/content/common/worker_messages.h |
@@ -17,6 +17,7 @@ |
#include "content/common/message_port.h" |
#include "ipc/ipc_message_macros.h" |
#include "ipc/ipc_message_utils.h" |
+#include "third_party/WebKit/public/web/WebDataSaverFlag.h" |
#include "url/gurl.h" |
#undef IPC_MESSAGE_EXPORT |
@@ -45,6 +46,7 @@ IPC_STRUCT_BEGIN(WorkerProcessMsg_CreateWorker_Params) |
IPC_STRUCT_MEMBER(blink::WebAddressSpace, creation_address_space) |
IPC_STRUCT_MEMBER(bool, pause_on_start) |
IPC_STRUCT_MEMBER(int, route_id) |
+ IPC_STRUCT_MEMBER(blink::WebDataSaverFlag, data_saver_flag) |
IPC_STRUCT_END() |
//----------------------------------------------------------------------------- |