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

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

Issue 17391012: Implement 'invalid' AutocompleteErrorEvent#reason (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 6 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/testable_autofill_dialog_view.h
diff --git a/chrome/browser/ui/autofill/testable_autofill_dialog_view.h b/chrome/browser/ui/autofill/testable_autofill_dialog_view.h
index 984426e5fb542d1d546785c1ea163ebc73f2ba04..79d9034196074f657cdc5dd47d30ecdc189126cd 100644
--- a/chrome/browser/ui/autofill/testable_autofill_dialog_view.h
+++ b/chrome/browser/ui/autofill/testable_autofill_dialog_view.h
@@ -31,6 +31,9 @@ class TestableAutofillDialogView {
// Get the size of the entire view.
virtual gfx::Size GetSize() const = 0;
+
+ // Sets the content of the CVC extra field (only applicable to Autofill).
+ virtual void SetCvc(const base::string16& cvc) = 0;
};
} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698