Index: ui/views/controls/webview/webview.h |
diff --git a/ui/views/controls/webview/webview.h b/ui/views/controls/webview/webview.h |
index a5b12e730d98701d7a23e986470cd61657a80fae..850b2ba75ca5f45f9886035036576da3d5667e49 100644 |
--- a/ui/views/controls/webview/webview.h |
+++ b/ui/views/controls/webview/webview.h |
@@ -54,10 +54,6 @@ class WEBVIEW_EXPORT WebView : public View, |
// widget or restore the normal WebContentsView. |
void SetEmbedFullscreenWidgetMode(bool mode); |
- content::WebContents* web_contents() const { |
- return content::WebContentsObserver::web_contents(); |
- } |
- |
content::BrowserContext* browser_context() { return browser_context_; } |
// Loads the initial URL to display in the attached WebContents. Creates the |