Hijack the Page.reload command
This commit is contained in:
parent
3d3cc8c226
commit
11685faffa
2 changed files with 12 additions and 0 deletions
|
@ -10,6 +10,7 @@ class InspectableWebContentsDelegate {
|
|||
virtual ~InspectableWebContentsDelegate() {}
|
||||
|
||||
// Requested by WebContents of devtools.
|
||||
virtual void DevToolsReloadPage() {}
|
||||
virtual void DevToolsSaveToFile(
|
||||
const std::string& url, const std::string& content, bool save_as) {}
|
||||
virtual void DevToolsAppendToFile(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue