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

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

Issue 13607006: rAc: don't clobber user input when accepting autofill popup suggestion (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 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/autofill_dialog_controller_unittest.cc
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
index 69f19cb4a2fd8c11e75883404b0c185aeb485cc8..ad7c933254c50f47c62d35d829c8d08ca164c2a5 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
@@ -47,7 +47,8 @@ class TestAutofillDialogView : public AutofillDialogView {
virtual void UpdateNotificationArea() OVERRIDE {}
virtual void UpdateAccountChooser() OVERRIDE {}
virtual void UpdateButtonStrip() OVERRIDE {}
- virtual void UpdateSection(DialogSection section) OVERRIDE {}
+ virtual void UpdateSection(DialogSection section, UserInputAction action)
+ OVERRIDE {}
virtual void GetUserInput(DialogSection section, DetailOutputMap* output)
OVERRIDE {}
virtual string16 GetCvc() OVERRIDE { return string16(); }
« no previous file with comments | « chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc ('k') | chrome/browser/ui/autofill/autofill_dialog_models.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698