Index: content/public/renderer/content_renderer_client.h |
diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h |
index a00e1a9414bb7898cfdc0da90a747b83166cbea5..d25b835f6ce6c8306d8992b6334c7b32d51f7418 100644 |
--- a/content/public/renderer/content_renderer_client.h |
+++ b/content/public/renderer/content_renderer_client.h |
@@ -243,6 +243,11 @@ class CONTENT_EXPORT ContentRendererClient { |
// Returns true if the page at |url| can use Pepper MediaStream APIs. |
virtual bool AllowPepperMediaStreamAPI(const GURL& url); |
+ |
+ // Returns true if we should report a detailed message (including a stack |
+ // trace) for console [logs|errors|exceptions]. |
+ virtual bool ShouldReportDetailedMessageForSource( |
+ const base::string16& source) const; |
Jói
2013/08/20 12:16:49
Please document the semantics of the |source| para
Devlin
2013/08/20 16:09:36
Done.
|
}; |
} // namespace content |