Chromium Code Reviews| Index: chrome/common/extensions/extension_messages.h |
| diff --git a/chrome/common/extensions/extension_messages.h b/chrome/common/extensions/extension_messages.h |
| index 32c24b3738b511701ac850a0f8820b17e954ca78..887d1922dd1b089930e3f6bdc24740fbbe86e7db 100644 |
| --- a/chrome/common/extensions/extension_messages.h |
| +++ b/chrome/common/extensions/extension_messages.h |
| @@ -601,7 +601,8 @@ IPC_MESSAGE_ROUTED1(ExtensionHostMsg_UpdateDraggableRegions, |
| std::vector<extensions::DraggableRegion> /* regions */) |
| // Sent by the renderer to log an API action to the extension activity log. |
| -IPC_MESSAGE_CONTROL2(ExtensionHostMsg_AddAPIActionToActivityLog, |
| +IPC_MESSAGE_CONTROL3(ExtensionHostMsg_AddAPIActionToActivityLog, |
| + std::string /* type of API call */, |
|
palmer
2013/04/10 23:52:48
Definitely preferable to send a more primitive typ
|
| std::string /* extension_id */, |
| ExtensionHostMsg_APIAction_Params) |