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

Unified Diff: third_party/WebKit/Source/web/WebKit.cpp

Issue 2240043002: Remove WTF_LOG(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: foo 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/web/WebKit.cpp
diff --git a/third_party/WebKit/Source/web/WebKit.cpp b/third_party/WebKit/Source/web/WebKit.cpp
index 1051c2379c90b7e4db63a57db75c21a4791d7918..ec5d97a01e9791f640ff3d6863e8a64f6108864d 100644
--- a/third_party/WebKit/Source/web/WebKit.cpp
+++ b/third_party/WebKit/Source/web/WebKit.cpp
@@ -40,7 +40,6 @@
#include "gin/public/v8_platform.h"
#include "modules/ModulesInitializer.h"
#include "platform/LayoutTestSupport.h"
-#include "platform/Logging.h"
#include "platform/heap/Heap.h"
#include "public/platform/Platform.h"
#include "public/platform/WebThread.h"
@@ -159,15 +158,6 @@ bool alwaysUseComplexTextForTest()
return LayoutTestSupport::alwaysUseComplexTextForTest();
}
-void enableLogChannel(const char* name)
-{
-#if !LOG_DISABLED
- WTFLogChannel* channel = getChannelFromName(name);
- if (channel)
- channel->state = WTFLogChannelOn;
-#endif // !LOG_DISABLED
-}
-
void resetPluginCache(bool reloadPages)
{
DCHECK(!reloadPages);
« no previous file with comments | « third_party/WebKit/Source/platform/fonts/ScriptRunIteratorTest.cpp ('k') | third_party/WebKit/Source/wtf/Assertions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698