Skip to content

Commit b5334f8

Browse files
committed
Net Core - Update RefAssembly
- PopupFeatures was updated Issue #4383
1 parent ee0c753 commit b5334f8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CefSharp.Core.Runtime.RefAssembly/CefSharp.Core.Runtime.netcore.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,7 @@ public partial class PopupFeatures : CefSharp.IPopupFeatures, System.IDisposable
192192
{
193193
internal PopupFeatures() { }
194194
public virtual int? Height { get { throw null; } }
195-
public virtual bool MenuBarVisible { get { throw null; } }
196-
public virtual bool ScrollbarsVisible { get { throw null; } }
197-
public virtual bool StatusBarVisible { get { throw null; } }
198-
public virtual bool ToolBarVisible { get { throw null; } }
195+
public virtual bool IsPopup { get { throw null; } }
199196
public virtual int? Width { get { throw null; } }
200197
public virtual int? X { get { throw null; } }
201198
public virtual int? Y { get { throw null; } }

0 commit comments

Comments
 (0)