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

Side by Side Diff: components/autofill/core/common/autofill_switches.h

Issue 2704503002: [Autofill] Add Chrome flag that annotates web forms with form and field signatures (Closed)
Patch Set: Created 3 years, 10 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 unified diff | Download patch
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 #ifndef COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_SWITCHES_H_ 5 #ifndef COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_SWITCHES_H_
6 #define COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_SWITCHES_H_ 6 #define COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_SWITCHES_H_
7 7
8 #include "build/build_config.h" 8 #include "build/build_config.h"
9 9
10 namespace autofill { 10 namespace autofill {
11 namespace switches { 11 namespace switches {
12 12
13 // All switches in alphabetical order. The switches should be documented 13 // All switches in alphabetical order. The switches should be documented
14 // alongside the definition of their values in the .cc file. 14 // alongside the definition of their values in the .cc file.
15 extern const char kDisableOfferStoreUnmaskedWalletCards[]; 15 extern const char kDisableOfferStoreUnmaskedWalletCards[];
16 extern const char kDisableOfferUploadCreditCards[]; 16 extern const char kDisableOfferUploadCreditCards[];
17 extern const char kDisablePasswordGeneration[]; 17 extern const char kDisablePasswordGeneration[];
18 extern const char kDisableSingleClickAutofill[]; 18 extern const char kDisableSingleClickAutofill[];
19 extern const char kEnableOfferStoreUnmaskedWalletCards[]; 19 extern const char kEnableOfferStoreUnmaskedWalletCards[];
20 extern const char kEnableOfferUploadCreditCards[]; 20 extern const char kEnableOfferUploadCreditCards[];
21 extern const char kEnablePasswordGeneration[]; 21 extern const char kEnablePasswordGeneration[];
22 extern const char kEnableSingleClickAutofill[]; 22 extern const char kEnableSingleClickAutofill[];
23 extern const char kEnableSuggestionsWithSubstringMatch[]; 23 extern const char kEnableSuggestionsWithSubstringMatch[];
24 extern const char kIgnoreAutocompleteOffForAutofill[]; 24 extern const char kIgnoreAutocompleteOffForAutofill[];
25 extern const char kLocalHeuristicsOnlyForPasswordGeneration[]; 25 extern const char kLocalHeuristicsOnlyForPasswordGeneration[];
26 extern const char kShowAutofillTypePredictions[]; 26 extern const char kShowAutofillTypePredictions[];
27 extern const char kShowAutofillSignatures[];
27 extern const char kWalletServiceUseSandbox[]; 28 extern const char kWalletServiceUseSandbox[];
28 29
29 #if defined(OS_ANDROID) 30 #if defined(OS_ANDROID)
30 extern const char kDisableAccessorySuggestionView[]; 31 extern const char kDisableAccessorySuggestionView[];
31 extern const char kEnableAccessorySuggestionView[]; 32 extern const char kEnableAccessorySuggestionView[];
32 #endif // defined(OS_ANDROID) 33 #endif // defined(OS_ANDROID)
33 34
34 } // namespace switches 35 } // namespace switches
35 } // namespace autofill 36 } // namespace autofill
36 37
37 #endif // COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_SWITCHES_H_ 38 #endif // COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_SWITCHES_H_
OLDNEW
« no previous file with comments | « components/autofill/content/renderer/password_autofill_agent.cc ('k') | components/autofill/core/common/autofill_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698