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

Unified Diff: content/renderer/accessibility/renderer_accessibility_complete.cc

Issue 84293002: LOG(INFO) -> VLOG(0) in content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: whitespace Created 7 years, 1 month 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
Index: content/renderer/accessibility/renderer_accessibility_complete.cc
diff --git a/content/renderer/accessibility/renderer_accessibility_complete.cc b/content/renderer/accessibility/renderer_accessibility_complete.cc
index 678984ee9bee201f282af085e023d8f70056d4b1..14e38370f1f7c991ba5f9cf6e7da2b5ba78311e6 100644
--- a/content/renderer/accessibility/renderer_accessibility_complete.cc
+++ b/content/renderer/accessibility/renderer_accessibility_complete.cc
@@ -273,7 +273,7 @@ void RendererAccessibilityComplete::SendPendingAccessibilityEvents() {
if (logging_) {
AccessibilityNodeDataTreeNode tree;
MakeAccessibilityNodeDataTree(event_msg.nodes, &tree);
- LOG(INFO) << "Accessibility update: \n"
+ VLOG(0) << "Accessibility update: \n"
<< "routing id=" << routing_id()
<< " event="
<< AccessibilityEventToString(event.event_type)
« no previous file with comments | « content/public/test/render_widget_test.h ('k') | content/renderer/accessibility/renderer_accessibility_focus_only.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698