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

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

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
Index: third_party/WebKit/Source/platform/Logging.h
diff --git a/third_party/WebKit/Source/platform/Logging.h b/third_party/WebKit/Source/platform/Logging.h
index c15ebdd48fe532dace40a7c375a2ec65acc568c7..d6dafa9beb80d153278c02ce0af651d9703f1107 100644
--- a/third_party/WebKit/Source/platform/Logging.h
+++ b/third_party/WebKit/Source/platform/Logging.h
@@ -48,7 +48,6 @@ PLATFORM_EXPORT extern WTFLogChannel LogResourceLoading;
PLATFORM_EXPORT extern WTFLogChannel LogSQLDatabase;
PLATFORM_EXPORT extern WTFLogChannel LogStorageAPI;
PLATFORM_EXPORT extern WTFLogChannel LogTimers;
-PLATFORM_EXPORT extern WTFLogChannel LogWebAudio;
PLATFORM_EXPORT WTFLogChannel* getChannelFromName(const String& channelName);

Powered by Google App Engine
This is Rietveld 408576698