| Index: chrome/common/extensions/extension_messages.h
|
| ===================================================================
|
| --- chrome/common/extensions/extension_messages.h (revision 80315)
|
| +++ chrome/common/extensions/extension_messages.h (working copy)
|
| @@ -267,7 +267,7 @@
|
| SubstitutionMap /* message bundle */)
|
|
|
| // Send from the renderer to the browser to return the script running result.
|
| -IPC_MESSAGE_ROUTED2(ViewHostMsg_ExecuteCodeFinished,
|
| +IPC_MESSAGE_ROUTED2(ExtensionHostMsg_ExecuteCodeFinished,
|
| int, /* request id */
|
| bool /* whether the script ran successfully */)
|
|
|
|
|