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 23d1941b51a291a94e33893dd5922d8456e6d25c..d6c91c3d0617b5b12ea32971f353a9145dee3dd9 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( |