summaryrefslogtreecommitdiffstats
path: root/webkit/support/webkit_support.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/support/webkit_support.h')
-rw-r--r--webkit/support/webkit_support.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/support/webkit_support.h b/webkit/support/webkit_support.h
index dd93335..650206b 100644
--- a/webkit/support/webkit_support.h
+++ b/webkit/support/webkit_support.h
@@ -220,6 +220,10 @@ int NativeKeyCodeForWindowsKeyCode(int keycode, bool shift);
double GetForegroundTabTimerInterval();
+// - Logging
+
+void EnableWebCoreLogChannels(const std::string& channels);
+
} // namespace webkit_support
#endif // WEBKIT_SUPPORT_WEBIT_CLIENT_IMPL_H_