| Index: content/renderer/render_frame_impl.h
|
| diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
|
| index 69a94399c128b474575d3b60692cbcc7152b571f..1a88dcb817d699e3b495c711a6b5eac1da39faee 100644
|
| --- a/content/renderer/render_frame_impl.h
|
| +++ b/content/renderer/render_frame_impl.h
|
| @@ -18,6 +18,7 @@
|
| #include "content/common/accessibility_mode_enums.h"
|
| #include "content/common/frame_message_enums.h"
|
| #include "content/common/mojo/service_registry_impl.h"
|
| +#include "content/public/common/console_message_level.h"
|
| #include "content/public/common/javascript_message_type.h"
|
| #include "content/public/common/referrer.h"
|
| #include "content/public/renderer/render_frame.h"
|
| @@ -628,6 +629,8 @@ class CONTENT_EXPORT RenderFrameImpl
|
| void OnReplace(const base::string16& text);
|
| void OnReplaceMisspelling(const base::string16& text);
|
| void OnCSSInsertRequest(const std::string& css);
|
| + void OnAddMessageToConsole(ConsoleMessageLevel level,
|
| + const std::string& message);
|
| void OnJavaScriptExecuteRequest(const base::string16& javascript,
|
| int id,
|
| bool notify_result);
|
|
|