update and document openDevTools on web view.

This commit is contained in:
gray 2014-11-02 07:20:10 -08:00
parent 368d23ef5b
commit f43c227806
3 changed files with 4 additions and 13 deletions

View file

@ -64,7 +64,6 @@ WebContents::WebContents(const mate::Dictionary& options)
Observe(storage_.get());
inspectable_web_contents_.reset(brightray::InspectableWebContents::Create(storage_.get()));
// inspectable_web_contents()->SetDelegate(this);
}
WebContents::~WebContents() {