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

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

Issue 1811883002: Remove unused WTFLogChannels. (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 | « no previous file | third_party/WebKit/Source/platform/Logging.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 eca9c3dff6b0a3e432f13f5bf3c1d1cfb4d7e200..c15ebdd48fe532dace40a7c375a2ec65acc568c7 100644
--- a/third_party/WebKit/Source/platform/Logging.h
+++ b/third_party/WebKit/Source/platform/Logging.h
@@ -38,35 +38,17 @@
namespace blink {
+PLATFORM_EXPORT extern WTFLogChannel LogFileAPI;
+PLATFORM_EXPORT extern WTFLogChannel LogFonts;
+PLATFORM_EXPORT extern WTFLogChannel LogMedia;
+PLATFORM_EXPORT extern WTFLogChannel LogNetwork;
PLATFORM_EXPORT extern WTFLogChannel LogNotYetImplemented;
-PLATFORM_EXPORT extern WTFLogChannel LogFrames;
-PLATFORM_EXPORT extern WTFLogChannel LogLoading;
-PLATFORM_EXPORT extern WTFLogChannel LogPopupBlocking;
-PLATFORM_EXPORT extern WTFLogChannel LogEvents;
-PLATFORM_EXPORT extern WTFLogChannel LogEditing;
-PLATFORM_EXPORT extern WTFLogChannel LogLiveConnect;
-PLATFORM_EXPORT extern WTFLogChannel LogIconDatabase;
-PLATFORM_EXPORT extern WTFLogChannel LogSQLDatabase;
-PLATFORM_EXPORT extern WTFLogChannel LogSpellingAndGrammar;
-PLATFORM_EXPORT extern WTFLogChannel LogBackForward;
-PLATFORM_EXPORT extern WTFLogChannel LogHistory;
-PLATFORM_EXPORT extern WTFLogChannel LogPlatformLeaks;
+PLATFORM_EXPORT extern WTFLogChannel LogPlugins;
PLATFORM_EXPORT extern WTFLogChannel LogResourceLoading;
-PLATFORM_EXPORT extern WTFLogChannel LogNetwork;
-PLATFORM_EXPORT extern WTFLogChannel LogFTP;
-PLATFORM_EXPORT extern WTFLogChannel LogThreading;
+PLATFORM_EXPORT extern WTFLogChannel LogSQLDatabase;
PLATFORM_EXPORT extern WTFLogChannel LogStorageAPI;
-PLATFORM_EXPORT extern WTFLogChannel LogMedia;
-PLATFORM_EXPORT extern WTFLogChannel LogPlugins;
-PLATFORM_EXPORT extern WTFLogChannel LogArchives;
-PLATFORM_EXPORT extern WTFLogChannel LogProgress;
-PLATFORM_EXPORT extern WTFLogChannel LogFileAPI;
-PLATFORM_EXPORT extern WTFLogChannel LogWebAudio;
-PLATFORM_EXPORT extern WTFLogChannel LogCompositing;
-PLATFORM_EXPORT extern WTFLogChannel LogGamepad;
-PLATFORM_EXPORT extern WTFLogChannel LogScriptedAnimationController;
PLATFORM_EXPORT extern WTFLogChannel LogTimers;
-PLATFORM_EXPORT extern WTFLogChannel LogFonts;
+PLATFORM_EXPORT extern WTFLogChannel LogWebAudio;
PLATFORM_EXPORT WTFLogChannel* getChannelFromName(const String& channelName);
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/Logging.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698