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

Unified Diff: Source/platform/Logging.cpp

Issue 545933002: Implement HTMLMediaElement::srcObject. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rewrite where each MediaProvider module register a converter method. 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
« Source/core/html/MediaProvider.h ('K') | « Source/modules/modules.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/Logging.cpp
diff --git a/Source/platform/Logging.cpp b/Source/platform/Logging.cpp
index f10e5a624372055473c6d189697ba7fc22dde7bc..0370ceaac5d6cc22cefeb87a2cda5f3b043a6b16 100644
--- a/Source/platform/Logging.cpp
+++ b/Source/platform/Logging.cpp
@@ -56,7 +56,7 @@ WTFLogChannel LogFTP = { WTFLogChannelOff };
WTFLogChannel LogThreading = { WTFLogChannelOff };
WTFLogChannel LogStorageAPI = { WTFLogChannelOff };
-WTFLogChannel LogMedia = { WTFLogChannelOff };
+WTFLogChannel LogMedia = { WTFLogChannelOn };
perkj_chrome 2014/09/11 17:31:45 oops
WTFLogChannel LogPlugins = { WTFLogChannelOff };
WTFLogChannel LogArchives = { WTFLogChannelOff };
WTFLogChannel LogProgress = { WTFLogChannelOff };
« Source/core/html/MediaProvider.h ('K') | « Source/modules/modules.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698