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:
trop[bot] 2018-08-23 15:42:08 +09:00 committed by Cheng Zhao
parent b03178105d
commit ba703deee2
7 changed files with 48 additions and 76 deletions

View file

@ -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);