This reverts commit 6e43b0bcbf
.
This commit is contained in:
parent
09d160f406
commit
cac871c027
9 changed files with 80 additions and 17 deletions
|
@ -28,6 +28,10 @@ void AddGuest(int guest_instance_id,
|
|||
electron::WebContentsZoomController::FromWebContents(guest_web_contents)
|
||||
->SetDefaultZoomFactor(zoom_factor);
|
||||
}
|
||||
|
||||
WebContentsPreferences::From(guest_web_contents)->Merge(options);
|
||||
// Trigger re-calculation of webkit prefs.
|
||||
guest_web_contents->NotifyPreferencesChanged();
|
||||
}
|
||||
|
||||
void RemoveGuest(content::WebContents* embedder, int guest_instance_id) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue