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

Unified Diff: chromecast/shell/browser/cast_browser_main_parts.cc

Issue 610503002: Chromecast: always enable "Media" blink logging. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added one space (style) Created 6 years, 3 months 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 | « chromecast/shell/browser/cast_browser_main_parts.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/shell/browser/cast_browser_main_parts.cc
diff --git a/chromecast/shell/browser/cast_browser_main_parts.cc b/chromecast/shell/browser/cast_browser_main_parts.cc
index 084cc273f4c52cc45c61fc0592ab9e67da0e5c25..0fe3a41290eb7e6e0b8f11b17b9c2dac80bc4d55 100644
--- a/chromecast/shell/browser/cast_browser_main_parts.cc
+++ b/chromecast/shell/browser/cast_browser_main_parts.cc
@@ -37,6 +37,8 @@ struct DefaultCommandLineSwitch {
DefaultCommandLineSwitch g_default_switches[] = {
{ switches::kDisableApplicationCache, "" },
{ switches::kDisablePlugins, "" },
+ // Always enable HTMLMediaElement logs.
+ { switches::kBlinkPlatformLogChannels, "Media"},
{ NULL, NULL }, // Termination
};
« no previous file with comments | « chromecast/shell/browser/cast_browser_main_parts.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698