| Index: chrome/common/extensions/extension_messages.h
|
| diff --git a/chrome/common/extensions/extension_messages.h b/chrome/common/extensions/extension_messages.h
|
| index 7212b22703ffc63421ff8045a34d469e369b9fd1..4da0d1e1226e1d720d12b842ef7a8c855b831bae 100644
|
| --- a/chrome/common/extensions/extension_messages.h
|
| +++ b/chrome/common/extensions/extension_messages.h
|
| @@ -57,8 +57,8 @@ IPC_STRUCT_BEGIN(ExtensionHostMsg_DOMAction_Params)
|
| // List of arguments.
|
| IPC_STRUCT_MEMBER(ListValue, arguments)
|
|
|
| - // Extra logging information.
|
| - IPC_STRUCT_MEMBER(std::string, extra)
|
| + // Type of DOM API call.
|
| + IPC_STRUCT_MEMBER(int, call_type)
|
| IPC_STRUCT_END()
|
|
|
| // Parameters structure for ExtensionHostMsg_Request.
|
|
|