| Index: chrome/common/render_messages_internal.h
|
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
|
| index 57e405a92aeb6ebe47e497ffccebdba3ec517b88..b20dc5fce96dc768b02841e70f1173b6dc525444 100644
|
| --- a/chrome/common/render_messages_internal.h
|
| +++ b/chrome/common/render_messages_internal.h
|
| @@ -498,7 +498,7 @@ IPC_MESSAGE_ROUTED1(ViewMsg_AllowBindings,
|
|
|
| // Tell the renderer to add a property to the WebUI binding object. This
|
| // only works if we allowed WebUI bindings.
|
| -IPC_MESSAGE_ROUTED2(ViewMsg_SetDOMUIProperty,
|
| +IPC_MESSAGE_ROUTED2(ViewMsg_SetWebUIProperty,
|
| std::string /* property_name */,
|
| std::string /* property_value_json */)
|
|
|
| @@ -1507,7 +1507,7 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_DomOperationResponse,
|
|
|
| // A message from HTML-based UI. When (trusted) Javascript calls
|
| // send(message, args), this message is sent to the browser.
|
| -IPC_MESSAGE_ROUTED3(ViewHostMsg_DOMUISend,
|
| +IPC_MESSAGE_ROUTED3(ViewHostMsg_WebUISend,
|
| GURL /* source_url */,
|
| std::string /* message */,
|
| std::string /* args (as a JSON string) */)
|
|
|