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

Unified Diff: chrome_frame/test/mock_ie_event_sink_test.cc

Issue 3850002: Convert LOG(INFO) to VLOG(1) - chrome_frame/. (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_frame/test/ie_event_sink.cc ('k') | chrome_frame/test/net/test_automation_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/mock_ie_event_sink_test.cc
===================================================================
--- chrome_frame/test/mock_ie_event_sink_test.cc (revision 62784)
+++ chrome_frame/test/mock_ie_event_sink_test.cc (working copy)
@@ -32,7 +32,7 @@
renderer_window,
OBJID_CLIENT, 0L);
} else {
- DLOG(INFO) << "Browser does not have renderer window";
+ DVLOG(1) << "Browser does not have renderer window";
}
OnLoad(IN_IE, V_BSTR(url));
}
@@ -62,8 +62,8 @@
// InSequence.
DLOG_IF(WARNING, complete_cardinality.ConservativeUpperBound() > 1000)
<< "Cardinality upper bound may be too great to be split up into single "
- << "expect statements. If you do not require this navigation to be in "
- << "sequence, do not call this method.";
+ "expect statements. If you do not require this navigation to be in "
+ "sequence, do not call this method.";
int call_count = 0;
InSequence expect_in_sequence_for_scope;
while (!complete_cardinality.IsSaturatedByCallCount(call_count)) {
« no previous file with comments | « chrome_frame/test/ie_event_sink.cc ('k') | chrome_frame/test/net/test_automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698