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

Unified Diff: components/autofill/core/browser/BUILD.gn

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/core/browser/BUILD.gn
diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
index 8e5426dfb0b6474d75763239c2aaf61a5fdf5188..8c7ca000e01c8abb71585fb96f8d88af4d7cb043 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -110,6 +110,8 @@ source_set("browser") {
"ui/card_unmask_prompt_controller_impl.cc",
"ui/card_unmask_prompt_controller_impl.h",
"ui/card_unmask_prompt_view.h",
+ "ui/save_card_bubble_controller.h",
+ "ui/save_card_bubble_view.h",
"validation.cc",
"validation.h",
"wallet/real_pan_wallet_client.cc",

Powered by Google App Engine
This is Rietveld 408576698