| 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.
|
|
|