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

Unified Diff: content/common/handle_enumerator_win.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
« no previous file with comments | « content/common/gpu/media/video_decode_accelerator_unittest.cc ('k') | content/plugin/plugin_main_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/handle_enumerator_win.cc
diff --git a/content/common/handle_enumerator_win.cc b/content/common/handle_enumerator_win.cc
index 4e17aa2ca7d63748296091a03e9320b1caa9c1d8..4482d5bb31cd79b17576d5732496d83c9c8af432 100644
--- a/content/common/handle_enumerator_win.cc
+++ b/content/common/handle_enumerator_win.cc
@@ -75,7 +75,7 @@ void HandleEnumerator::EnumerateHandles() {
output += GetAccessString(current_type,
sys_handle->handle_entry()->GrantedAccess);
}
- DLOG(INFO) << output;
+ DVLOG(0) << output;
}
HandleType StringToHandleType(const string16& type) {
« no previous file with comments | « content/common/gpu/media/video_decode_accelerator_unittest.cc ('k') | content/plugin/plugin_main_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698