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

Unified Diff: chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h

Issue 63053003: Ask libaddressinput for address components to use in requestAutocomplete(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 1 month 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: chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h
diff --git a/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h b/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h
index 657cd11df5f9167707f8fddf837f8c10278d450f..c87becc663359453d9408d222c04e0b95e014ed7 100644
--- a/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h
+++ b/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h
@@ -67,6 +67,9 @@ class MockAutofillDialogViewDelegate : public AutofillDialogViewDelegate {
bool was_edit));
MOCK_METHOD1(HandleKeyPressEventInInput,
bool(const content::NativeWebKeyboardEvent& event));
+ MOCK_METHOD3(ComboboxItemSelected, void(ui::ComboboxModel*,
+ DialogSection section,
+ int index));
MOCK_METHOD0(FocusMoved, void());
MOCK_CONST_METHOD0(ShouldShowErrorBubble, bool());
MOCK_METHOD0(ViewClosed, void());

Powered by Google App Engine
This is Rietveld 408576698