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

Unified Diff: components/autofill/core/browser/ui/mock_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/mock_save_card_bubble_controller.h
diff --git a/components/autofill/core/browser/ui/mock_save_card_bubble_controller.h b/components/autofill/core/browser/ui/mock_save_card_bubble_controller.h
index ce040ae200893db6f327cff5ea5feeb3ae940f89..85814827bcdb9b3d407102a9865916e697fb3ea9 100644
--- a/components/autofill/core/browser/ui/mock_save_card_bubble_controller.h
+++ b/components/autofill/core/browser/ui/mock_save_card_bubble_controller.h
@@ -26,6 +26,7 @@ class MockSaveCardBubbleController : public SaveCardBubbleController {
MOCK_METHOD1(OnLegalMessageLinkClicked, void(const GURL& url));
MOCK_METHOD0(OnBubbleClosed, void());
MOCK_CONST_METHOD0(GetLegalMessageLines, const LegalMessageLines&());
+ MOCK_METHOD1(SetShowUploadConfirmTitle, void(bool show_upload_confirm_title));
MOCK_CONST_METHOD1(InputCvcIsValid, bool(const base::string16& input_text));
base::string16 GetCvcEnteredByUser() const override;

Powered by Google App Engine
This is Rietveld 408576698