| 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 f3130667b797d9671b33d37b0bfef3f1385c96df..bccc0e2715113fb87d1024efaa1b9e795581abac 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -186,6 +186,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);
|
|
|