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

Unified Diff: components/autofill/core/browser/autofill_external_delegate.h

Issue 2762233004: Fix autofill popup controller key press callback registration (Closed)
Patch Set: Fix typo Created 3 years, 8 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/core/browser/autofill_external_delegate.h
diff --git a/components/autofill/core/browser/autofill_external_delegate.h b/components/autofill/core/browser/autofill_external_delegate.h
index 6a9807a05054adb418eac0c65fb5e70e15e84e63..a5984209fa9a0c4b917cd11dd35c186a479de6f7 100644
--- a/components/autofill/core/browser/autofill_external_delegate.h
+++ b/components/autofill/core/browser/autofill_external_delegate.h
@@ -54,6 +54,7 @@ class AutofillExternalDelegate : public AutofillPopupDelegate {
// Returns false for all popups prior to |onQuery|, true for credit card
// popups after call to |onQuery|.
bool IsCreditCardPopup() override;
+ AutofillDriver* GetAutofillDriver() override;
// Records and associates a query_id with web form data. Called
// when the renderer posts an Autofill query to the browser. |bounds|

Powered by Google App Engine
This is Rietveld 408576698