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

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

Issue 2106663003: Remove LogTimers for WTF_LOG(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 75cdac76081ee22b79d1f58ba9a63793c67ddd8f..b8243d9b5d3fb7402a606ddf8f5b8358e1bc7e71 100644
--- a/third_party/WebKit/Source/platform/Logging.h
+++ b/third_party/WebKit/Source/platform/Logging.h
@@ -38,11 +38,11 @@
namespace blink {
+// WTFLogChannel is deprecated. Do not add new channels.
PLATFORM_EXPORT extern WTFLogChannel LogNetwork;
PLATFORM_EXPORT extern WTFLogChannel LogResourceLoading;
PLATFORM_EXPORT extern WTFLogChannel LogSQLDatabase;
PLATFORM_EXPORT extern WTFLogChannel LogStorageAPI;
-PLATFORM_EXPORT extern WTFLogChannel LogTimers;
PLATFORM_EXPORT WTFLogChannel* getChannelFromName(const String& channelName);
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/ScheduledAction.cpp ('k') | third_party/WebKit/Source/platform/Logging.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698