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 f3ecf7d908d219c8b6aacd0cf07b50494532e7ee..4eea8a3c12830d31f4dc1f0ff8c75a715c8e34ef 100644 |
--- a/content/public/renderer/content_renderer_client.h |
+++ b/content/public/renderer/content_renderer_client.h |
@@ -247,9 +247,7 @@ class CONTENT_EXPORT ContentRendererClient { |
// Returns true if we should report a detailed message (including a stack |
// trace) for console [logs|errors|exceptions]. |source| is the WebKit- |
// reported source for the error; this can point to a page or a script, |
- // and can be external (e.g., "http://www.google.com"), extension-related |
- // (e.g., "chrome-extension://<extension_id>/background.js"), or internal |
- // (e.g., "event_bindings" or "schemaUtils"). |
+ // and can be external or internal. |
virtual bool ShouldReportDetailedMessageForSource( |
const base::string16& source) const; |
}; |