Skip to content

Commit 79ed1f9

Browse files
committed
Remove DevToolsUrl property (no longer used in 1750)
1 parent 6e767c0 commit 79ed1f9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

CefSharp/IWebBrowser.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,6 @@ public interface IWebBrowser : IDisposable
168168
/// binding.</remarks>
169169
double ZoomLevel { get; set; }
170170

171-
/// <summary>
172-
/// Url which can be loaded in a browser control to view the dev tools
173-
/// </summary>
174-
string DevToolsUrl { get; }
175-
176171
/// <summary>
177172
/// Search for text within the current page.
178173
/// </summary>

0 commit comments

Comments
 (0)