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

Unified Diff: content/public/renderer/content_renderer_client.h

Issue 23252006: Cleanup after https://codereview.chromium.org/18799006/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment fix for jam 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 | « no previous file | content/renderer/render_view_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « no previous file | content/renderer/render_view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698