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

Unified Diff: content/browser/plugin_browsertest.cc

Issue 84293002: LOG(INFO) -> VLOG(0) in content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: whitespace Created 7 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 | « content/browser/media/media_source_browsertest.cc ('k') | content/browser/plugin_service_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/plugin_browsertest.cc
diff --git a/content/browser/plugin_browsertest.cc b/content/browser/plugin_browsertest.cc
index df8fc58c2d60facda3e6dc6908ccac104e949702..2a846f124f24189cd6718ab2c6474a43103fbe5e 100644
--- a/content/browser/plugin_browsertest.cc
+++ b/content/browser/plugin_browsertest.cc
@@ -92,8 +92,8 @@ class PluginTest : public ContentBrowserTest {
if (title == ASCIIToUTF16("plugin_not_found")) {
const testing::TestInfo* const test_info =
testing::UnitTest::GetInstance()->current_test_info();
- LOG(INFO) << "PluginTest." << test_info->name() <<
- " not running because plugin not installed.";
+ VLOG(0) << "PluginTest." << test_info->name()
+ << " not running because plugin not installed.";
} else {
EXPECT_EQ(expected_title, title);
}
@@ -117,8 +117,8 @@ class PluginTest : public ContentBrowserTest {
if (!base::PathExists(path)) {
const testing::TestInfo* const test_info =
testing::UnitTest::GetInstance()->current_test_info();
- LOG(INFO) << "PluginTest." << test_info->name() <<
- " not running because test data wasn't found.";
+ VLOG(0) << "PluginTest." << test_info->name()
+ << " not running because test data wasn't found.";
return;
}
« no previous file with comments | « content/browser/media/media_source_browsertest.cc ('k') | content/browser/plugin_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698