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

Unified Diff: chrome/test/unit/chrome_test_suite.cc

Issue 3915004: Convert LOG(INFO) to VLOG(1) - chrome/test/. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 2 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 | « chrome/test/ui_test_utils.cc ('k') | chrome/test/webdriver/commands/create_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/unit/chrome_test_suite.cc
===================================================================
--- chrome/test/unit/chrome_test_suite.cc (revision 63075)
+++ chrome/test/unit/chrome_test_suite.cc (working copy)
@@ -67,8 +67,8 @@
// If you really need to make an external DNS query, use
// net::RuleBasedHostResolverProc and its AllowDirectLookup method.
if (!local) {
- DLOG(INFO) << "To avoid external dependencies, simulating failure for "
- << "external DNS lookup of " << host;
+ DVLOG(1) << "To avoid external dependencies, simulating failure for "
+ "external DNS lookup of " << host;
return net::ERR_NOT_IMPLEMENTED;
}
« no previous file with comments | « chrome/test/ui_test_utils.cc ('k') | chrome/test/webdriver/commands/create_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698