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