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

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

Issue 2229213002: Web SQL: Replace WTF_LOG() with STORAGE_DVLOG() or SQL_DVLOG(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Using LAZY_STREAM Created 4 years, 4 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 b8243d9b5d3fb7402a606ddf8f5b8358e1bc7e71..0d624f3db15ad97f89f4b5e29a7648c7dfab28aa 100644
--- a/third_party/WebKit/Source/platform/Logging.h
+++ b/third_party/WebKit/Source/platform/Logging.h
@@ -41,8 +41,6 @@ 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 WTFLogChannel* getChannelFromName(const String& channelName);

Powered by Google App Engine
This is Rietveld 408576698