use will-create-webview event

This commit is contained in:
Hari Juturu 2017-05-09 10:12:44 -07:00
parent a05eb9047e
commit 277c3155a6
2 changed files with 1 additions and 4 deletions

View file

@ -406,9 +406,6 @@ void WebContents::InitWithSessionAndOptions(v8::Isolate* isolate,
Init(isolate);
AttachAsUserData(web_contents);
if (IsGuest())
Emit("did-create-webview");
}
WebContents::~WebContents() {