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

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

Issue 1515293003: Fix invalid cast in AutofillDialogControllerTest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove casts Created 5 years 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 9dd78727479cd79f64d8a31b734de9495d45805c..17238f2175f3fc095454c357c7005d9620f84c5f 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
@@ -215,6 +215,18 @@ class AutofillDialogControllerImpl
private:
FRIEND_TEST_ALL_PREFIXES(AutofillDialogControllerTest,
+ AutocompleteEvent);
+ FRIEND_TEST_ALL_PREFIXES(AutofillDialogControllerTest,
+ AutocompleteErrorEventReasonCancel);
+ FRIEND_TEST_ALL_PREFIXES(AutofillDialogControllerTest,
+ AutocompleteErrorEventReasonInvalid);
+ FRIEND_TEST_ALL_PREFIXES(AutofillDialogControllerTest,
+ ErrorWithFrameNavigation);
+ FRIEND_TEST_ALL_PREFIXES(AutofillDialogControllerTest,
+ FillFormIncludesCVC);
+ FRIEND_TEST_ALL_PREFIXES(AutofillDialogControllerTest,
+ Submit);
+ FRIEND_TEST_ALL_PREFIXES(AutofillDialogControllerTest,
TransactionAmount);
FRIEND_TEST_ALL_PREFIXES(AutofillDialogControllerTest,
TransactionAmountReadonly);
« 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