Print error when removed webview attribute is used (backport: 3-0-x) (#14274)
* chore: print error when removed webview attribute is used * docs: document removed webview features
This commit is contained in:
parent
b03178105d
commit
ba703deee2
7 changed files with 48 additions and 76 deletions
|
@ -198,7 +198,6 @@ class WebContents : public mate::TrackableObject<WebContents>,
|
|||
void CapturePage(mate::Arguments* args);
|
||||
|
||||
// Methods for creating <webview>.
|
||||
void SetSize(v8::Local<v8::Value>);
|
||||
bool IsGuest() const;
|
||||
void AttachToIframe(content::WebContents* embedder_web_contents,
|
||||
int embedder_frame_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue