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

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

Issue 1837923003: Remove font logging in unit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove all LogFonts 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.cpp
diff --git a/third_party/WebKit/Source/platform/Logging.cpp b/third_party/WebKit/Source/platform/Logging.cpp
index 63fae0b01ba05f1bb4970340226563235fea6a0d..d79eeca8f2cd8f154c76be058e20fab14826e027 100644
--- a/third_party/WebKit/Source/platform/Logging.cpp
+++ b/third_party/WebKit/Source/platform/Logging.cpp
@@ -32,7 +32,6 @@
namespace blink {
WTFLogChannel LogFileAPI = { WTFLogChannelOff };
-WTFLogChannel LogFonts = { WTFLogChannelOff };
WTFLogChannel LogMedia = { WTFLogChannelOff };
WTFLogChannel LogNetwork = { WTFLogChannelOff };
WTFLogChannel LogNotYetImplemented = { WTFLogChannelOff };
@@ -78,9 +77,6 @@ WTFLogChannel* getChannelFromName(const String& channelName)
if (equalIgnoringCase(channelName, String("Timers")))
return &LogTimers;
- if (equalIgnoringCase(channelName, String("Fonts")))
- return &LogFonts;
-
return 0;
}
« no previous file with comments | « third_party/WebKit/Source/platform/Logging.h ('k') | third_party/WebKit/Source/platform/fonts/OrientationIteratorTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698