| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index f8c1940ac9d7dc99be31abe80bfdfbe50a2af364..291928a10cbc6ecc53849ddd9aa4162b551b4f35 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -15,6 +15,7 @@
|
| #include "content/common/resource_request_body.h"
|
| #include "content/public/common/color_suggestion.h"
|
| #include "content/public/common/common_param_traits.h"
|
| +#include "content/public/common/console_message_level.h"
|
| #include "content/public/common/context_menu_params.h"
|
| #include "content/public/common/frame_navigate_params.h"
|
| #include "content/public/common/javascript_message_type.h"
|
| @@ -478,6 +479,11 @@ IPC_MESSAGE_ROUTED0(FrameMsg_DidStopLoading)
|
| IPC_MESSAGE_ROUTED1(FrameMsg_CSSInsertRequest,
|
| std::string /* css */)
|
|
|
| +// Add message to the devtools console.
|
| +IPC_MESSAGE_ROUTED2(FrameMsg_AddMessageToConsole,
|
| + content::ConsoleMessageLevel /* level */,
|
| + std::string /* message */)
|
| +
|
| // Request for the renderer to execute JavaScript in the frame's context.
|
| //
|
| // javascript is the string containing the JavaScript to be executed in the
|
|
|