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

Unified Diff: chrome/browser/android/resource_id.h

Issue 2531223003: Expanded Autofill Credit Card Popup Layout Experiment in Android. (Closed)
Patch Set: Adds clarification for SkColor Created 4 years, 1 month 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/browser/android/resource_id.h
diff --git a/chrome/browser/android/resource_id.h b/chrome/browser/android/resource_id.h
index d4968cba6227a210438b5c8d1291a6afe83526d3..5b63600db2f74c83e2b76b0140f5cfa572e3ac51 100644
--- a/chrome/browser/android/resource_id.h
+++ b/chrome/browser/android/resource_id.h
@@ -67,6 +67,11 @@ LINK_RESOURCE_ID(IDR_AUTOFILL_CC_DISCOVER, R.drawable.discover_card)
LINK_RESOURCE_ID(IDR_AUTOFILL_CC_GENERIC, R.drawable.generic_card)
LINK_RESOURCE_ID(IDR_AUTOFILL_CC_MASTERCARD, R.drawable.mc_card)
LINK_RESOURCE_ID(IDR_AUTOFILL_CC_VISA, R.drawable.visa_card)
+LINK_RESOURCE_ID(IDR_AUTOFILL_LARGE_CC_AMEX, R.drawable.large_amex_card)
+LINK_RESOURCE_ID(IDR_AUTOFILL_LARGE_CC_DISCOVER, R.drawable.large_discover_card)
+LINK_RESOURCE_ID(IDR_AUTOFILL_LARGE_CC_GENERIC, R.drawable.large_generic_card)
+LINK_RESOURCE_ID(IDR_AUTOFILL_LARGE_CC_MASTERCARD, R.drawable.large_mc_card)
+LINK_RESOURCE_ID(IDR_AUTOFILL_LARGE_CC_VISA, R.drawable.large_visa_card)
LINK_RESOURCE_ID(IDR_AUTOFILL_CC_SCAN_NEW, android.R.drawable.ic_menu_camera)
LINK_RESOURCE_ID(IDR_AUTOFILL_CC_SCAN_NEW_KEYBOARD_ACCESSORY,
org.chromium.chrome.R.drawable.ic_photo_camera)

Powered by Google App Engine
This is Rietveld 408576698