Manage webview with CommonWebContentsDelegate

This commit is contained in:
Cheng Zhao 2015-06-05 15:01:51 +08:00
parent 92b15c81e9
commit c32aac0a56
2 changed files with 12 additions and 14 deletions

View file

@ -239,9 +239,6 @@ class WebContents : public mate::EventEmitter,
// Stores whether the contents of the guest can be transparent.
bool guest_opaque_;
// Stores the WebContents that managed by this class.
scoped_ptr<brightray::InspectableWebContents> storage_;
// The WebContents that attaches this guest view.
content::WebContents* embedder_web_contents_;