Chromium Code Reviews

Unified Diff: chrome/chrome_browser.gypi

Issue 2949002: Add "save credit card info?" infobar for Autofill.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/chrome_browser.gypi
===================================================================
--- chrome/chrome_browser.gypi (revision 51878)
+++ chrome/chrome_browser.gypi (working copy)
@@ -124,6 +124,8 @@
'browser/autofill/autofill_address_model_mac.mm',
'browser/autofill/autofill_address_sheet_controller_mac.h',
'browser/autofill/autofill_address_sheet_controller_mac.mm',
+ 'browser/autofill/autofill_cc_infobar_delegate.h',
+ 'browser/autofill/autofill_cc_infobar_delegate.cc',
'browser/autofill/autofill_credit_card_model_mac.h',
'browser/autofill/autofill_credit_card_model_mac.mm',
'browser/autofill/autofill_credit_card_sheet_controller_mac.h',

Powered by Google App Engine