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

Unified Diff: third_party/WebKit/Source/platform/Logging.cpp

Issue 1837113002: Remove WebAudio WTF Logging. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « third_party/WebKit/Source/platform/Logging.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/Logging.cpp
diff --git a/third_party/WebKit/Source/platform/Logging.cpp b/third_party/WebKit/Source/platform/Logging.cpp
index 63fae0b01ba05f1bb4970340226563235fea6a0d..ac227986400cf4819e45520a57efa816383e03b7 100644
--- a/third_party/WebKit/Source/platform/Logging.cpp
+++ b/third_party/WebKit/Source/platform/Logging.cpp
@@ -41,7 +41,6 @@ WTFLogChannel LogResourceLoading = { WTFLogChannelOff };
WTFLogChannel LogSQLDatabase = { WTFLogChannelOff };
WTFLogChannel LogStorageAPI = { WTFLogChannelOff };
WTFLogChannel LogTimers = { WTFLogChannelOff };
-WTFLogChannel LogWebAudio = { WTFLogChannelOff };
WTFLogChannel* getChannelFromName(const String& channelName)
{
@@ -72,9 +71,6 @@ WTFLogChannel* getChannelFromName(const String& channelName)
if (equalIgnoringCase(channelName, String("FileAPI")))
return &LogFileAPI;
- if (equalIgnoringCase(channelName, String("WebAudio")))
- return &LogWebAudio;
-
if (equalIgnoringCase(channelName, String("Timers")))
return &LogTimers;
« no previous file with comments | « third_party/WebKit/Source/platform/Logging.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698