Don't fork renderer process for guest

This commit is contained in:
Cheng Zhao 2014-10-24 18:44:15 +08:00
parent 4ccb0cccf3
commit 58a38d90b8
10 changed files with 25 additions and 36 deletions

View file

@ -160,7 +160,7 @@ content::WebContents* WebContents::CreateNewGuestWindow(
void WebContents::DidAttach() {
base::ListValue args;
args.Append(extra_params_.release());
Emit("internal-did-attach", args);
Emit("did-attach", args);
}
int WebContents::GetGuestInstanceID() const {