Handle the Page.reload command coming from devtools

This commit is contained in:
Cheng Zhao 2016-04-12 16:36:12 +09:00
parent c9a3fc4317
commit 2fbe06a2a5
4 changed files with 14 additions and 1 deletions

View file

@ -251,6 +251,9 @@ class WebContents : public mate::TrackableObject<WebContents>,
void MediaStoppedPlaying(const MediaPlayerId& id) override;
void DidChangeThemeColor(SkColor theme_color) override;
// brightray::InspectableWebContentsDelegate:
void DevToolsReloadPage() override;
// brightray::InspectableWebContentsViewDelegate:
void DevToolsFocused() override;
void DevToolsOpened() override;