refactor: remove unused InspectableWebContentsView::GetWebView() (#38799)
This commit is contained in:
parent
7219142a54
commit
41ab5f327f
3 changed files with 0 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue