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

Unified Diff: chrome/chrome_browser_ui.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: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 594ed3ecef140adab133cb16f8de286e20ed39c1..adba8b7fbf7f545bf0917524c60c580867d57b10 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -52,6 +52,8 @@
'browser/ui/autofill/password_generation_popup_view.h',
'browser/ui/autofill/popup_controller_common.cc',
'browser/ui/autofill/popup_controller_common.h',
+ 'browser/ui/autofill/save_card_bubble_controller_impl.cc',
+ 'browser/ui/autofill/save_card_bubble_controller_impl.h',
'browser/ui/blocked_content/blocked_window_params.cc',
'browser/ui/blocked_content/blocked_window_params.h',
'browser/ui/blocked_content/popup_blocker_tab_helper.cc',
@@ -2096,6 +2098,8 @@
'browser/ui/views/autofill/new_credit_card_bubble_views.h',
'browser/ui/views/autofill/password_generation_popup_view_views.cc',
'browser/ui/views/autofill/password_generation_popup_view_views.h',
+ 'browser/ui/views/autofill/save_card_bubble_views.cc',
+ 'browser/ui/views/autofill/save_card_bubble_views.h',
'browser/ui/views/autofill/tooltip_icon.cc',
'browser/ui/views/autofill/tooltip_icon.h',
'browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc',
@@ -2269,6 +2273,8 @@
'browser/ui/views/location_bar/page_action_with_badge_view.h',
'browser/ui/views/location_bar/page_info_helper.cc',
'browser/ui/views/location_bar/page_info_helper.h',
+ 'browser/ui/views/location_bar/save_credit_card_icon_view.cc',
+ 'browser/ui/views/location_bar/save_credit_card_icon_view.h',
'browser/ui/views/location_bar/selected_keyword_view.cc',
'browser/ui/views/location_bar/selected_keyword_view.h',
'browser/ui/views/location_bar/star_view.cc',

Powered by Google App Engine
This is Rietveld 408576698