| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index 050edc030717b1358ad23ad23748bb78afd0d60d..d5e2290a5b51364ef0679939b989f255966c30f7 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -570,10 +570,6 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| void OnTargetDropACK();
|
| void OnTakeFocus(bool reverse);
|
| void OnFocusedNodeChanged(bool is_editable_node);
|
| - void OnAddMessageToConsole(int32 level,
|
| - const base::string16& message,
|
| - int32 line_no,
|
| - const base::string16& source_id);
|
| void OnUpdateInspectorSetting(const std::string& key,
|
| const std::string& value);
|
| void OnClosePageACK();
|
|
|