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

Unified Diff: chrome/browser/media/media_browsertest.cc

Issue 687803005: [content/browser/media] Convert VLOGs to DVLOGs (Closed) 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 | « chrome/browser/media/encrypted_media_browsertest.cc ('k') | chrome/browser/media/test_license_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/media_browsertest.cc
diff --git a/chrome/browser/media/media_browsertest.cc b/chrome/browser/media/media_browsertest.cc
index 4fb4b33cab17e79a7bdc5352e69fc1edae40e211..98b07aee08f248979552dd94c08bcb293f95e762 100644
--- a/chrome/browser/media/media_browsertest.cc
+++ b/chrome/browser/media/media_browsertest.cc
@@ -72,7 +72,7 @@ void MediaBrowserTest::AddWaitForTitles(content::TitleWatcher* title_watcher) {
void MediaBrowserTest::PluginCrashed(const base::FilePath& plugin_path,
base::ProcessId plugin_pid) {
- VLOG(0) << "Plugin crashed: " << plugin_path.value();
+ DVLOG(0) << "Plugin crashed: " << plugin_path.value();
if (ignore_plugin_crash_)
return;
// Update document title to quit TitleWatcher early.
« no previous file with comments | « chrome/browser/media/encrypted_media_browsertest.cc ('k') | chrome/browser/media/test_license_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698