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

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: 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 ba173cbde3f768c8d4be9ebdcc4609dc71ff48fd..b4b80fc19ed11a53e523f6cf543225142f6b9cc5 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -116,6 +116,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.cc',
+ 'browser/ui/autofill/save_card_bubble_controller.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',
@@ -2086,6 +2088,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_view.cc',
+ 'browser/ui/views/autofill/save_card_bubble_view.h',
'browser/ui/views/autofill/tooltip_icon.cc',
'browser/ui/views/autofill/tooltip_icon.h',
'browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc',
@@ -2259,6 +2263,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