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

Unified Diff: chrome_frame/test/mock_ie_event_sink_test.cc

Issue 9838058: More non-debug logging in Chrome Frame tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: copyright and formatting tweaks Created 8 years, 9 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/mock_ie_event_sink_test.h ('k') | chrome_frame/test/simulate_input.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
diff --git a/chrome_frame/test/mock_ie_event_sink_test.cc b/chrome_frame/test/mock_ie_event_sink_test.cc
index c31bb6278c0829ce0f085432f15b5b9ab1f096f7..c858362a09f31cd80fb2cd6d78154507a329969b 100644
--- a/chrome_frame/test/mock_ie_event_sink_test.cc
+++ b/chrome_frame/test/mock_ie_event_sink_test.cc
@@ -32,7 +32,7 @@ void MockIEEventSink::OnDocumentComplete(IDispatch* dispatch, VARIANT* url) {
renderer_window,
OBJID_CLIENT, 0L);
} else {
- DVLOG(1) << "Browser does not have renderer window";
+ VLOG(1) << "Browser does not have renderer window";
}
OnLoad(IN_IE, V_BSTR(url));
}
@@ -60,7 +60,7 @@ ExpectationSet MockIEEventSink::ExpectNavigationCardinality(
// TODO(kkania): Consider avoiding this problem by creating a mock without
// the OnFileDownload call or by removing the dependency of some tests on
// InSequence.
- DLOG_IF(WARNING, complete_cardinality.ConservativeUpperBound() > 1000)
+ LOG_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.";
« no previous file with comments | « chrome_frame/test/mock_ie_event_sink_test.h ('k') | chrome_frame/test/simulate_input.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698