Index: chrome/browser/ui/autofill/card_unmask_prompt_controller_impl.h |
diff --git a/chrome/browser/ui/autofill/card_unmask_prompt_controller_impl.h b/chrome/browser/ui/autofill/card_unmask_prompt_controller_impl.h |
index e7dab1bd7c6de2583fe543e488fd04f2ba2d61b8..79fca401bd245f1b3f72575f924853903fc9c63a 100644 |
--- a/chrome/browser/ui/autofill/card_unmask_prompt_controller_impl.h |
+++ b/chrome/browser/ui/autofill/card_unmask_prompt_controller_impl.h |
@@ -41,6 +41,10 @@ class CardUnmaskPromptControllerImpl : public CardUnmaskPromptController { |
bool GetStoreLocallyStartState() const override; |
bool InputTextIsValid(const base::string16& input_text) const override; |
+ protected: |
+ // Exposed for testing. |
+ CardUnmaskPromptView* view() { return card_unmask_view_; } |
+ |
private: |
void LoadRiskFingerprint(); |
void OnDidLoadRiskFingerprint(const std::string& risk_data); |