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

Unified Diff: content/renderer/render_view_impl.h

Issue 18799006: Extension Error Piping - Blink: Chrome Side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 5 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 | « no previous file | content/renderer/render_view_impl.cc » ('j') | content/renderer/render_view_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 603c80edf6f57edb8567412da1c51f8a0ea73eee..ff31f9b199c3a1d9a1956dd0b78242cd7e4122d1 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -425,6 +425,12 @@ class CONTENT_EXPORT RenderViewImpl
const WebKit::WebConsoleMessage& message,
const WebKit::WebString& source_name,
unsigned source_line);
+ virtual bool shouldReportDetailedMessage(const WebKit::WebString& source);
+ virtual void reportDetailedMessage(
+ const WebKit::WebString& source,
+ WebKit::WebConsoleMessage::Level level,
+ const WebKit::WebString& message,
+ const WebKit::WebString& jsonStackTrace);
virtual void printPage(WebKit::WebFrame* frame);
virtual WebKit::WebNotificationPresenter* notificationPresenter();
virtual bool enumerateChosenDirectory(
« no previous file with comments | « no previous file | content/renderer/render_view_impl.cc » ('j') | content/renderer/render_view_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698