handles destroyed renderer process

This commit is contained in:
gellert 2016-07-30 21:25:49 +02:00
parent 976277ffbf
commit 916063f370
4 changed files with 8 additions and 23 deletions

View file

@ -278,7 +278,6 @@ class WebContents : public mate::TrackableObject<WebContents>,
void MediaStartedPlaying(const MediaPlayerId& id) override;
void MediaStoppedPlaying(const MediaPlayerId& id) override;
void DidChangeThemeColor(SkColor theme_color) override;
void RenderViewReady() override;
// brightray::InspectableWebContentsDelegate:
void DevToolsReloadPage() override;