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

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

Issue 904613006: Autofill: First step toward CVC unmask prompt dialog on OSX. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile error in browser test. Created 5 years, 10 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/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);

Powered by Google App Engine
This is Rietveld 408576698