Use RenderProcessPreferences for non-remote web contents
This commit is contained in:
parent
9223019af8
commit
f25c1f864b
5 changed files with 16 additions and 12 deletions
|
@ -139,6 +139,7 @@ class WebContents : public mate::TrackableObject<WebContents>,
|
|||
// Methods for creating <webview>.
|
||||
void SetSize(const SetSizeParams& params);
|
||||
bool IsGuest() const;
|
||||
bool IsRemote() const;
|
||||
|
||||
// Callback triggered on permission response.
|
||||
void OnEnterFullscreenModeForTab(content::WebContents* source,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue