Remove unused options for WebContents.create

This commit is contained in:
Cheng Zhao 2015-06-09 15:40:04 +08:00
parent 89087d402d
commit 5459137d3d
3 changed files with 2 additions and 13 deletions

View file

@ -228,9 +228,6 @@ class WebContents : public mate::EventEmitter,
// Returns the default size of the guestview.
gfx::Size GetDefaultSize() const;
// Unique ID for a guest WebContents.
int guest_instance_id_;
// Stores whether the contents of the guest can be transparent.
bool guest_opaque_;