| Index: extensions/common/extension_messages.h
|
| diff --git a/extensions/common/extension_messages.h b/extensions/common/extension_messages.h
|
| index b35d86aae59b0a39ed43923c7fe953b7881b0952..6e94d79f46faa1e195e6dfe9f2a1f7282723b2e6 100644
|
| --- a/extensions/common/extension_messages.h
|
| +++ b/extensions/common/extension_messages.h
|
| @@ -852,6 +852,11 @@ IPC_MESSAGE_ROUTED3(ExtensionHostMsg_AutomationQuerySelector_Result,
|
| ExtensionHostMsg_AutomationQuerySelector_Error /* error */,
|
| int /* result_acc_obj_id */)
|
|
|
| +// Tells the renderer whether or not activity logging is enabled. This is only
|
| +// sent if logging is or was previously enabled; not being enabled is assumed
|
| +// otherwise.
|
| +IPC_MESSAGE_CONTROL1(ExtensionMsg_SetActivityLoggingEnabled, bool /* enabled */)
|
| +
|
| // Messages related to Extension Service Worker.
|
| #undef IPC_MESSAGE_START
|
| #define IPC_MESSAGE_START ExtensionWorkerMsgStart
|
|
|