Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5596)

Unified Diff: components/autofill/content/browser/content_autofill_driver.cc

Issue 525793002: Make WebContentsObserver::web_contents() public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments addressed Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}

Powered by Google App Engine
This is Rietveld 408576698