refactor: remove unused InspectableWebContentsView::GetWebView() (#38799)

This commit is contained in:
Charles Kerr 2023-06-16 00:44:19 -05:00 committed by GitHub
parent 7219142a54
commit 41ab5f327f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 9 deletions

View file

@ -44,10 +44,6 @@ class InspectableWebContentsView {
#if defined(TOOLKIT_VIEWS) && !BUILDFLAG(IS_MAC)
// Returns the container control, which has devtools view attached.
virtual views::View* GetView() = 0;
// Returns the web view control, which can be used by the
// GetInitiallyFocusedView() to set initial focus to web view.
virtual views::View* GetWebView() = 0;
#else
virtual gfx::NativeView GetNativeView() const = 0;
#endif