| 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 649d83add5eaee2499759ba9a934dad01583f3b0..31dd1c6398af039005c057576b10277d288185dc 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -557,8 +557,7 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| void OnAddMessageToConsole(int32 level,
|
| const string16& message,
|
| int32 line_no,
|
| - const string16& source_id,
|
| - const string16& stack_trace);
|
| + const string16& source_id);
|
| void OnUpdateInspectorSetting(const std::string& key,
|
| const std::string& value);
|
| void OnShouldCloseACK(
|
|
|