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 20caaf5ea73376ab1123eac26d41f84eb9b3c78b..3e43fab0f0efe48a53683899514d56c0201b0af6 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -553,7 +553,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( |