Index: content/browser/indexed_db/indexed_db_browsertest.cc |
diff --git a/content/browser/indexed_db/indexed_db_browsertest.cc b/content/browser/indexed_db/indexed_db_browsertest.cc |
index 108cf88e9ff40084651a38e93b9e4432c1285477..9fca832cc2c052fe858d0908557b1f32cbd2361e 100644 |
--- a/content/browser/indexed_db/indexed_db_browsertest.cc |
+++ b/content/browser/indexed_db/indexed_db_browsertest.cc |
@@ -43,9 +43,9 @@ class IndexedDBBrowserTest : public ContentBrowserTest { |
// a #pass or #fail ref. |
Shell* the_browser = incognito ? CreateOffTheRecordBrowser() : shell(); |
- LOG(INFO) << "Navigating to URL and blocking."; |
+ VLOG(0) << "Navigating to URL and blocking."; |
NavigateToURLBlockUntilNavigationsComplete(the_browser, test_url, 2); |
- LOG(INFO) << "Navigation done."; |
+ VLOG(0) << "Navigation done."; |
std::string result = |
the_browser->web_contents()->GetLastCommittedURL().ref(); |
if (result != "pass") { |