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

Side by Side Diff: components/autofill/core/browser/autofill_sync_constants.h

Issue 2514753002: Add Mir credit card support to autofill. (Closed)
Patch Set: 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 namespace autofill { 5 namespace autofill {
6 6
7 // These string constants are sent down from Wallet and synced cards and stored 7 // These string constants are sent down from Wallet and synced cards and stored
8 // in the database for these masked credit cards records. 8 // in the database for these masked credit cards records.
9 extern const char kSyncCardTypeAmex[]; 9 extern const char kSyncCardTypeAmex[];
10 extern const char kSyncCardTypeDiscover[]; 10 extern const char kSyncCardTypeDiscover[];
11 extern const char kSyncCardTypeJCB[]; 11 extern const char kSyncCardTypeJCB[];
12 extern const char kSyncCardTypeMaestro[]; 12 extern const char kSyncCardTypeMaestro[];
13 extern const char kSyncCardTypeMasterCard[]; 13 extern const char kSyncCardTypeMasterCard[];
14 extern const char kSyncCardTypeMir[];
please use gerrit instead 2016/11/18 10:34:20 No need to add MIR in autofill_sync_constants.h, b
14 extern const char kSyncCardTypeSolo[]; 15 extern const char kSyncCardTypeSolo[];
15 extern const char kSyncCardTypeSwitch[]; 16 extern const char kSyncCardTypeSwitch[];
16 extern const char kSyncCardTypeUnknown[]; 17 extern const char kSyncCardTypeUnknown[];
17 extern const char kSyncCardTypeVisa[]; 18 extern const char kSyncCardTypeVisa[];
18 19
19 } // namespace autofill 20 } // namespace autofill
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698