| Index: content/common/worker_messages.h
|
| diff --git a/content/common/worker_messages.h b/content/common/worker_messages.h
|
| index c2273a23d4e4a8f89d79613e6a4a85eb1d8b6441..2a365435eab0e2d47d6fdce9f770405212faa6dd 100644
|
| --- a/content/common/worker_messages.h
|
| +++ b/content/common/worker_messages.h
|
| @@ -45,6 +45,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(bool, data_saver_enabled)
|
| IPC_STRUCT_END()
|
|
|
| //-----------------------------------------------------------------------------
|
|
|