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/common/autofill_switches.cc

Issue 1444743002: Revert of Reland: Enable Wallet metadata sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « components/autofill/core/common/autofill_switches.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 #include "components/autofill/core/common/autofill_switches.h" 5 #include "components/autofill/core/common/autofill_switches.h"
6 6
7 namespace autofill { 7 namespace autofill {
8 namespace switches { 8 namespace switches {
9 9
10 // Disables using device's camera to scan a new credit card when filling out a 10 // Disables using device's camera to scan a new credit card when filling out a
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 // account creation. 57 // account creation.
58 const char kEnablePasswordGeneration[] = "enable-password-generation"; 58 const char kEnablePasswordGeneration[] = "enable-password-generation";
59 59
60 // Enables/disables suggestions without typing anything (on first click). 60 // Enables/disables suggestions without typing anything (on first click).
61 const char kEnableSingleClickAutofill[] = "enable-single-click-autofill"; 61 const char kEnableSingleClickAutofill[] = "enable-single-click-autofill";
62 62
63 // Enables suggestions with substring matching instead of prefix matching. 63 // Enables suggestions with substring matching instead of prefix matching.
64 const char kEnableSuggestionsWithSubstringMatch[] = 64 const char kEnableSuggestionsWithSubstringMatch[] =
65 "enable-suggestions-with-substring-match"; 65 "enable-suggestions-with-substring-match";
66 66
67 // Enables syncing usage counts and last use dates of Wallet addresses and
68 // cards.
69 const char kEnableWalletMetadataSync[] = "enable-wallet-metadata-sync";
70
67 // Ignores autocomplete="off" for Autofill data (profiles + credit cards). 71 // Ignores autocomplete="off" for Autofill data (profiles + credit cards).
68 const char kIgnoreAutocompleteOffForAutofill[] = 72 const char kIgnoreAutocompleteOffForAutofill[] =
69 "ignore-autocomplete-off-autofill"; 73 "ignore-autocomplete-off-autofill";
70 74
71 // Removes the requirement that we recieved a ping from the autofill servers 75 // Removes the requirement that we recieved a ping from the autofill servers
72 // and that the user doesn't have the given form blacklisted. Used in testing. 76 // and that the user doesn't have the given form blacklisted. Used in testing.
73 const char kLocalHeuristicsOnlyForPasswordGeneration[] = 77 const char kLocalHeuristicsOnlyForPasswordGeneration[] =
74 "local-heuristics-only-for-password-generation"; 78 "local-heuristics-only-for-password-generation";
75 79
76 // Annotates forms with Autofill field type predictions. 80 // Annotates forms with Autofill field type predictions.
(...skipping 15 matching lines...) Expand all
92 const char kDisableAccessorySuggestionView[] = 96 const char kDisableAccessorySuggestionView[] =
93 "disable-autofill-keyboard-accessory-view"; 97 "disable-autofill-keyboard-accessory-view";
94 98
95 // Enables showing suggestions in a keyboard accessory view. 99 // Enables showing suggestions in a keyboard accessory view.
96 const char kEnableAccessorySuggestionView[] = 100 const char kEnableAccessorySuggestionView[] =
97 "enable-autofill-keyboard-accessory-view"; 101 "enable-autofill-keyboard-accessory-view";
98 #endif // defined(OS_ANDROID) 102 #endif // defined(OS_ANDROID)
99 103
100 } // namespace switches 104 } // namespace switches
101 } // namespace autofill 105 } // namespace autofill
OLDNEW
« no previous file with comments | « components/autofill/core/common/autofill_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698