Handle the Page.reload command coming from devtools
This commit is contained in:
parent
c9a3fc4317
commit
2fbe06a2a5
4 changed files with 14 additions and 1 deletions
|
@ -635,6 +635,10 @@ void WebContents::DidUpdateFaviconURL(
|
|||
Emit("page-favicon-updated", unique_urls);
|
||||
}
|
||||
|
||||
void WebContents::DevToolsReloadPage() {
|
||||
Emit("devtools-reload-page");
|
||||
}
|
||||
|
||||
void WebContents::DevToolsFocused() {
|
||||
Emit("devtools-focused");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue