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

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: defined(TOOLKIT_VIEWS) -> defined(TOOLKIT_VIEWS) && !defined(OS_MACOSX). 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
« no previous file with comments | « chrome/browser/ui/views/toolbar/toolbar_view.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 9ac4512db7f24e4f46655620e20f575c882b5a9c..a36bedd8b2bcb7e12872d212db9aaa72edbd76a0 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -52,6 +52,10 @@
'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.h',
+ 'browser/ui/autofill/save_card_bubble_controller_impl.cc',
+ 'browser/ui/autofill/save_card_bubble_controller_impl.h',
+ 'browser/ui/autofill/save_card_bubble_view.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',
@@ -2099,6 +2103,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',
@@ -2272,6 +2278,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',
« no previous file with comments | « chrome/browser/ui/views/toolbar/toolbar_view.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698