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

Unified Diff: chrome/browser/ui/autofill/mock_autofill_dialog_controller.cc

Issue 14821005: [RFP, Autofill] Switching dialog field identification to int. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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: chrome/browser/ui/autofill/mock_autofill_dialog_controller.cc
diff --git a/chrome/browser/ui/autofill/mock_autofill_dialog_controller.cc b/chrome/browser/ui/autofill/mock_autofill_dialog_controller.cc
index bc06ca34e90fe0593d09b959b47d260075b9ca5a..66b0ff0a32a9016393b0d2bc870ecd2fd5c3c941 100644
--- a/chrome/browser/ui/autofill/mock_autofill_dialog_controller.cc
+++ b/chrome/browser/ui/autofill/mock_autofill_dialog_controller.cc
@@ -139,12 +139,12 @@ std::vector<AutofillFieldType> MockAutofillDialogController::InputsAreValid(
}
void MockAutofillDialogController::UserEditedOrActivatedInput(
- const DetailInput* input,
+ DialogSection section,
+ AutofillFieldType type,
gfx::NativeView parent_view,
const gfx::Rect& content_bounds,
const string16& field_contents,
- bool was_edit) {
-}
+ bool was_edit) {}
bool MockAutofillDialogController::HandleKeyPressEventInInput(
const content::NativeWebKeyboardEvent& event) {

Powered by Google App Engine
This is Rietveld 408576698