refactor: remove native_browser_view web contents get function (#25526)

This commit is contained in:
Michaela Laurencin 2020-09-21 10:39:58 -07:00 committed by GitHub
parent a80c35d161
commit ea76788b67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 11 deletions

View file

@ -40,7 +40,6 @@ class NativeBrowserView : public content::WebContentsObserver {
}
InspectableWebContentsView* GetInspectableWebContentsView();
content::WebContents* GetWebContents();
virtual void SetAutoResizeFlags(uint8_t flags) = 0;
virtual void SetBounds(const gfx::Rect& bounds) = 0;