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

Unified Diff: components/autofill/core/browser/autofill_data_util.h

Issue 2827243004: [Payment Request] Adds a11y label resource IDs to the basic card data (Closed)
Patch Set: Fixed compile error Created 3 years, 8 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 | « no previous file | components/autofill/core/browser/autofill_data_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/autofill_data_util.h
diff --git a/components/autofill/core/browser/autofill_data_util.h b/components/autofill/core/browser/autofill_data_util.h
index 2084c36159440cc7d39f7ef72c134cb3f9e57693..c95e87fcce242c65fca5b38ef8ed91709ae65eb1 100644
--- a/components/autofill/core/browser/autofill_data_util.h
+++ b/components/autofill/core/browser/autofill_data_util.h
@@ -24,6 +24,7 @@ struct PaymentRequestData {
const char* card_type;
const char* basic_card_payment_type;
const int icon_resource_id;
+ const int a11y_label_resource_id;
};
// Returns true if |name| looks like a CJK name (or some kind of mish-mash of
« no previous file with comments | « no previous file | components/autofill/core/browser/autofill_data_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698