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

Unified Diff: chrome/browser/prerender/prerender_browsertest.cc

Issue 748783003: Change VLOG to DVLOG Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prerender/prerender_browsertest.cc
diff --git a/chrome/browser/prerender/prerender_browsertest.cc b/chrome/browser/prerender/prerender_browsertest.cc
index b01676aa0cae5b22a12af93a9af67b7d71d52c86..d31ed14e8b4f55a35f809fbfe37067259025b8a4 100644
--- a/chrome/browser/prerender/prerender_browsertest.cc
+++ b/chrome/browser/prerender/prerender_browsertest.cc
@@ -634,9 +634,9 @@ class TestPrerenderContentsFactory : public PrerenderContents::Factory {
expected = expected_contents_queue_.front();
expected_contents_queue_.pop_front();
}
- VLOG(1) << "Creating prerender contents for " << url.path() <<
+ DVLOG(1) << "Creating prerender contents for " << url.path() <<
" with expected final status " << expected.final_status;
- VLOG(1) << expected_contents_queue_.size() << " left in the queue.";
+ DVLOG(1) << expected_contents_queue_.size() << " left in the queue.";
TestPrerenderContents* contents =
new TestPrerenderContents(prerender_manager,
profile, url, referrer, origin,
@@ -1633,7 +1633,7 @@ class PrerenderBrowserTest : virtual public InProcessBrowserTest {
loader_replacements.SetHostStr(loader_host_override_);
loader_url = loader_url.ReplaceComponents(loader_replacements);
- VLOG(1) << "Running test with queue length " <<
+ DVLOG(1) << "Running test with queue length " <<
expected_final_status_queue.size();
CHECK(!expected_final_status_queue.empty());
ScopedVector<TestPrerender> prerenders;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698