| 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);
|
|
|