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

Unified Diff: chrome/browser/ui/cocoa/autofill/save_card_bubble_view_unittest.mm

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: chrome/browser/ui/cocoa/autofill/save_card_bubble_view_unittest.mm
diff --git a/chrome/browser/ui/cocoa/autofill/save_card_bubble_view_unittest.mm b/chrome/browser/ui/cocoa/autofill/save_card_bubble_view_unittest.mm
index e8e200cc26c9ea6f23ded1b3195c7a3dc919d204..a78b37ccfa8312045f22d1f0fcea83e3383cde4d 100644
--- a/chrome/browser/ui/cocoa/autofill/save_card_bubble_view_unittest.mm
+++ b/chrome/browser/ui/cocoa/autofill/save_card_bubble_view_unittest.mm
@@ -56,6 +56,7 @@ class TestSaveCardBubbleController : public SaveCardBubbleController {
return lines_;
}
+ MOCK_METHOD1(SetShowUploadConfirmTitle, void(bool show_upload_confirm_title));
MOCK_CONST_METHOD1(InputCvcIsValid, bool(const base::string16& input_text));
// Testing state.

Powered by Google App Engine
This is Rietveld 408576698