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

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

Issue 525793002: Make WebContentsObserver::web_contents() public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 4 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.h
diff --git a/components/autofill/content/browser/content_autofill_driver.h b/components/autofill/content/browser/content_autofill_driver.h
index e0294f555de11a255c36e00be0aee4e36224ae57..4aaf289fb8ac2d732ac8319b31466631ca3ba266 100644
--- a/components/autofill/content/browser/content_autofill_driver.h
+++ b/components/autofill/content/browser/content_autofill_driver.h
@@ -62,9 +62,6 @@ class ContentAutofillDriver : public AutofillDriver,
virtual void RendererShouldPreviewFieldWithValue(
const base::string16& value) OVERRIDE;
- // Returns the WebContents with which this instance is associated.
- content::WebContents* GetWebContents();
-
AutofillExternalDelegate* autofill_external_delegate() {
return &autofill_external_delegate_;
}

Powered by Google App Engine
This is Rietveld 408576698