| Index: content/browser/frame_host/render_frame_host_impl.h
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
|
| index 5d4951a67b18919e6e2220774478dad602f69a88..e0a8b86e8c147184c4753b57d38e50593e6846d1 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -179,6 +179,10 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost {
|
| friend class TestRenderViewHost;
|
|
|
| // IPC Message handlers.
|
| + void OnAddMessageToConsole(int32 level,
|
| + const base::string16& message,
|
| + int32 line_no,
|
| + const base::string16& source_id);
|
| void OnDetach();
|
| void OnFrameFocused();
|
| void OnOpenURL(const FrameHostMsg_OpenURL_Params& params);
|
|
|