Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(757)

Unified Diff: content/common/view_messages.h

Issue 23007021: Report Javascript Runtime Errors to the Error Console (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dc_ec_feldman
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/public/renderer/render_view_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 6273f84e7f68c65ee3f13280a2642dffd88583a5..030f899154c393d2d3d762538aa671e765f771ad 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -2015,12 +2015,11 @@ IPC_MESSAGE_ROUTED0(ViewHostMsg_ImeCancelComposition)
// WebKit and JavaScript error messages to log to the console
// or debugger UI.
-IPC_MESSAGE_ROUTED5(ViewHostMsg_AddMessageToConsole,
+IPC_MESSAGE_ROUTED4(ViewHostMsg_AddMessageToConsole,
int32, /* log level */
string16, /* msg */
int32, /* line number */
- string16, /* source id */
- string16 /* stack trace */ )
+ string16 /* source id */ )
// Sent by the renderer process to indicate that a plugin instance has crashed.
// Note: |plugin_pid| should not be trusted. The corresponding process has
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/public/renderer/render_view_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698