mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add log level to CefDisplayHandler::OnConsoleMessage (issue #2234)
This commit is contained in:
committed by
Marshall Greenblatt
parent
c04652d193
commit
552a3bf353
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=6d8ab7f2086373de52eb178cc640d2d553d43c58$
|
||||
// $hash=834d40adeea090f273d3b4a1c47b5e5ab546f542$
|
||||
//
|
||||
|
||||
#ifndef CEF_LIBCEF_DLL_CTOCPP_DISPLAY_HANDLER_CTOCPP_H_
|
||||
@@ -48,6 +48,7 @@ class CefDisplayHandlerCToCpp
|
||||
void OnStatusMessage(CefRefPtr<CefBrowser> browser,
|
||||
const CefString& value) override;
|
||||
bool OnConsoleMessage(CefRefPtr<CefBrowser> browser,
|
||||
cef_log_severity_t level,
|
||||
const CefString& message,
|
||||
const CefString& source,
|
||||
int line) override;
|
||||
|
Reference in New Issue
Block a user