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

Unified Diff: components/autofill/core/browser/ui/save_card_bubble_controller.h

Issue 2955963002: Update Chrome Upstream flow to reflect new UI mocks (Closed)
Patch Set: Prevent AddNewUiFlagStateToRequestIfExperimentOn test from running on Android Created 3 years, 4 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: components/autofill/core/browser/ui/save_card_bubble_controller.h
diff --git a/components/autofill/core/browser/ui/save_card_bubble_controller.h b/components/autofill/core/browser/ui/save_card_bubble_controller.h
index f01cac3f2200f820fb9318bd9af167b46695e6a3..5b56b1fa6d2544d0a4867a9afe89c5c2463b076d 100644
--- a/components/autofill/core/browser/ui/save_card_bubble_controller.h
+++ b/components/autofill/core/browser/ui/save_card_bubble_controller.h
@@ -58,6 +58,10 @@ class SaveCardBubbleController {
// Returns empty vector if no legal message should be shown.
virtual const LegalMessageLines& GetLegalMessageLines() const = 0;
+ // Sets whether the normal title or the "Confirm [card]" title shown be shown
+ // during upload save.
+ virtual void SetShowUploadConfirmTitle(bool show_upload_confirm_title) = 0;
+
// Utilities.
virtual bool InputCvcIsValid(const base::string16& input_text) const = 0;
« no previous file with comments | « components/autofill/core/browser/ui/mock_save_card_bubble_controller.h ('k') | components/autofill_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698