| Index: third_party/WebKit/public/web/WebKit.h
|
| diff --git a/third_party/WebKit/public/web/WebKit.h b/third_party/WebKit/public/web/WebKit.h
|
| index 47d968403612fbaceef53c85aeb93e4c3e6216de..82909e34b7f545d123b7f1b9dbf7e9da1d774b86 100644
|
| --- a/third_party/WebKit/public/web/WebKit.h
|
| +++ b/third_party/WebKit/public/web/WebKit.h
|
| @@ -70,9 +70,6 @@ BLINK_EXPORT bool fontAntialiasingEnabledForTest();
|
| BLINK_EXPORT void setAlwaysUseComplexTextForTest(bool);
|
| BLINK_EXPORT bool alwaysUseComplexTextForTest();
|
|
|
| -// Enables the named log channel. See WebCore/platform/Logging.h for details.
|
| -BLINK_EXPORT void enableLogChannel(const char*);
|
| -
|
| // Purge the plugin list cache. If |reloadPages| is true, any pages
|
| // containing plugins will be reloaded after refreshing the plugin list.
|
| BLINK_EXPORT void resetPluginCache(bool reloadPages = false);
|
|
|