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

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

Issue 650293002: Add test for requestAutocomplete and readonly attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
index 2e3ddd0bedf5d8480bcf12306a413c2bad9c2907..fe52e571a6edcdbfc0aa2da33a9b53c88a850906 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
@@ -332,6 +332,8 @@ class AutofillDialogControllerImpl
CorrectCountryFromInputs);
FRIEND_TEST_ALL_PREFIXES(AutofillDialogControllerTest,
TransactionAmount);
+ FRIEND_TEST_ALL_PREFIXES(AutofillDialogControllerTest,
+ TransactionAmountReadonly);
// Initializes or updates |suggested_cc_| et al.
void SuggestionsUpdated();
« no previous file with comments | « chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698