Index: components/autofill/content/browser/content_autofill_driver.cc |
diff --git a/components/autofill/content/browser/content_autofill_driver.cc b/components/autofill/content/browser/content_autofill_driver.cc |
index 6707177dfc11aa629fd14bc7594e1baffdf97edc..a3bba0f250bb23975b6014820d73b51513c07a75 100644 |
--- a/components/autofill/content/browser/content_autofill_driver.cc |
+++ b/components/autofill/content/browser/content_autofill_driver.cc |
@@ -77,10 +77,6 @@ net::URLRequestContextGetter* ContentAutofillDriver::GetURLRequestContext() { |
return web_contents()->GetBrowserContext()->GetRequestContext(); |
} |
-content::WebContents* ContentAutofillDriver::GetWebContents() { |
- return web_contents(); |
-} |
- |
base::SequencedWorkerPool* ContentAutofillDriver::GetBlockingPool() { |
return content::BrowserThread::GetBlockingPool(); |
} |