| Index: content/browser/fileapi/file_system_browsertest.cc
|
| diff --git a/content/browser/fileapi/file_system_browsertest.cc b/content/browser/fileapi/file_system_browsertest.cc
|
| index eafb1b1cfa44029af87014ccd74e27ae7039b2c8..a3a83efd483155a02ff639558cc639b1051eecb0 100644
|
| --- a/content/browser/fileapi/file_system_browsertest.cc
|
| +++ b/content/browser/fileapi/file_system_browsertest.cc
|
| @@ -33,9 +33,9 @@ class FileSystemBrowserTest : 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") {
|
|
|