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

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

Issue 772253003: Create an autofill Suggestion class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years 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
(Empty)
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
3 // found in the LICENSE file.
4
5 #include "components/autofill/core/browser/autofill_sync_constants.h"
6
7 namespace autofill {
8
9 const char kSyncCardTypeAmex[] = "AMEX";
10 const char kSyncCardTypeDiscover[] = "DISCOVER";
11 const char kSyncCardTypeJCB[] = "JCB";
12 const char kSyncCardTypeMaestro[] = "MAESTRO";
13 const char kSyncCardTypeMasterCard[] = "MASTER_CARD";
14 const char kSyncCardTypeSolo[] = "SOLO";
15 const char kSyncCardTypeSwitch[] = "SWITCH";
16 const char kSyncCardTypeUnknown[] = "UNKNOWN";
17 const char kSyncCardTypeVisa[] = "VISA";
18
19 } // namespace autofill
OLDNEW
« no previous file with comments | « components/autofill/core/browser/autofill_sync_constants.h ('k') | components/autofill/core/browser/credit_card.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698