| 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
|
|
|