| Index: chrome/common/render_messages_internal.h
|
| ===================================================================
|
| --- chrome/common/render_messages_internal.h (revision 35240)
|
| +++ chrome/common/render_messages_internal.h (working copy)
|
| @@ -735,12 +735,15 @@
|
| ViewType::Type /* view_type */)
|
|
|
| // Notification that renderer should run some JavaScript code.
|
| - IPC_MESSAGE_ROUTED4(ViewMsg_ExecuteCode,
|
| + IPC_MESSAGE_ROUTED5(ViewMsg_ExecuteCode,
|
| int, /* request id */
|
| std::string, /* id of extension which runs the scripts */
|
| bool, /* It's true if the code is JavaScript; Otherwise
|
| the code is CSS text. */
|
| - std::string /* code would be executed */)
|
| + std::string, /* code would be executed */
|
| + bool /* It's true if the code would be injected into all
|
| + frames; Otherwise the code is only injected into
|
| + top main frame */)
|
|
|
| // Returns a file handle
|
| IPC_MESSAGE_CONTROL2(ViewMsg_DatabaseOpenFileResponse,
|
|
|