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

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

Issue 124533003: Add country combobox to change country and rebuild address inputs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 11 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: 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 1021c06d1ac2b2da92e4390ee918053a67b9c003..a5f57b1591ef8c2d32d304cfd272893c2e0be3c5 100644
--- a/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h
+++ b/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h
@@ -68,6 +68,7 @@ class MockAutofillDialogViewDelegate : public AutofillDialogViewDelegate {
bool was_edit));
MOCK_METHOD1(HandleKeyPressEventInInput,
bool(const content::NativeWebKeyboardEvent& event));
+ MOCK_METHOD2(ComboboxItemSelected, void(ServerFieldType type, int index));
MOCK_METHOD0(FocusMoved, void());
MOCK_CONST_METHOD0(ShouldShowErrorBubble, bool());
MOCK_METHOD0(ViewClosed, void());

Powered by Google App Engine
This is Rietveld 408576698