File tree Expand file tree Collapse file tree 3 files changed +0
-13
lines changed
CefSharp.Core.Runtime/Internals Expand file tree Collapse file tree 3 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -144,12 +144,5 @@ namespace CefSharp
144144
145145 return _wrappedInfo->IsCustomMenu ();
146146 }
147-
148- bool CefContextMenuParamsWrapper::IsPepperMenu::get ()
149- {
150- ThrowIfDisposed ();
151-
152- return _wrappedInfo->IsPepperMenu ();
153- }
154147 }
155148}
Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ namespace CefSharp
5757 virtual property bool IsSpellCheckEnabled { bool get (); }
5858 virtual property ContextMenuEditState EditStateFlags { ContextMenuEditState get (); }
5959 virtual property bool IsCustomMenu { bool get (); }
60- virtual property bool IsPepperMenu { bool get (); }
6160 };
6261 }
6362}
Original file line number Diff line number Diff line change @@ -121,11 +121,6 @@ public interface IContextMenuParams : IDisposable
121121 /// </summary>
122122 bool IsCustomMenu { get ; }
123123
124- /// <summary>
125- /// Returns true if the context menu was invoked from a pepper plugin.
126- /// </summary>
127- bool IsPepperMenu { get ; }
128-
129124 /// <summary>
130125 /// Gets a value indicating whether the object has been disposed of.
131126 /// </summary>
You can’t perform that action at this time.
0 commit comments