Print console output of devtools.
This commit is contained in:
parent
3872db20d8
commit
47bc6a29a7
2 changed files with 16 additions and 0 deletions
|
@ -107,6 +107,11 @@ class InspectableWebContentsImpl :
|
|||
|
||||
// content::WebContentsDelegate
|
||||
|
||||
virtual bool AddMessageToConsole(content::WebContents* source,
|
||||
int32 level,
|
||||
const base::string16& message,
|
||||
int32 line_no,
|
||||
const base::string16& source_id) OVERRIDE;
|
||||
virtual void HandleKeyboardEvent(
|
||||
content::WebContents*, const content::NativeWebKeyboardEvent&) OVERRIDE;
|
||||
virtual void CloseContents(content::WebContents* source) OVERRIDE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue