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

Unified Diff: components/autofill.gypi

Issue 1396923003: Autofill: Replace "save credit card" infobar with a bubble (Views only). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Replace browser tests with unit tests. Address reviewer comments. Created 5 years, 2 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.gypi
diff --git a/components/autofill.gypi b/components/autofill.gypi
index 0580ed65c159df257413d0478204ac63c3ed86d7..f93ebf17b089caa51396a44dc5ac2e00864e4781 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -195,6 +195,8 @@
'autofill/core/browser/ui/card_unmask_prompt_controller_impl.cc',
'autofill/core/browser/ui/card_unmask_prompt_controller_impl.h',
'autofill/core/browser/ui/card_unmask_prompt_view.h',
+ 'autofill/core/browser/ui/save_card_bubble_impl.h',
+ 'autofill/core/browser/ui/save_card_bubble_view.h',
'autofill/core/browser/validation.cc',
'autofill/core/browser/validation.h',
'autofill/core/browser/wallet/real_pan_wallet_client.cc',

Powered by Google App Engine
This is Rietveld 408576698