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

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

Issue 196603015: [Autofill] Cleanup: Remove the --autofill-service-url flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: git cl format Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « components/autofill/core/common/autofill_switches.h ('k') | components/components_tests.gyp » ('j') | 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 // Flag used to tell Chrome the base url of the Autofill service.
11 const char kAutofillServiceUrl[] = "autofill-service-url";
12
13 // Forces the password manager to not ignore autocomplete='off' for password 10 // Forces the password manager to not ignore autocomplete='off' for password
14 // forms. 11 // forms.
15 const char kDisableIgnoreAutocompleteOff[] = "do-not-ignore-autocomplete-off"; 12 const char kDisableIgnoreAutocompleteOff[] = "do-not-ignore-autocomplete-off";
16 13
17 // Disables an interactive autocomplete UI. See kEnableInteractiveAutocomplete 14 // Disables an interactive autocomplete UI. See kEnableInteractiveAutocomplete
18 // for a description. 15 // for a description.
19 const char kDisableInteractiveAutocomplete[] = 16 const char kDisableInteractiveAutocomplete[] =
20 "disable-interactive-autocomplete"; 17 "disable-interactive-autocomplete";
21 18
22 // Disables password generation when we detect that the user is going through 19 // Disables password generation when we detect that the user is going through
(...skipping 23 matching lines...) Expand all
46 43
47 // Service URL for Online Wallet service. Used as the base url for Online Wallet 44 // Service URL for Online Wallet service. Used as the base url for Online Wallet
48 // API calls. 45 // API calls.
49 const char kWalletServiceUrl[] = "wallet-service-url"; 46 const char kWalletServiceUrl[] = "wallet-service-url";
50 47
51 // Use the sandbox Online Wallet service URL (for developer testing). 48 // Use the sandbox Online Wallet service URL (for developer testing).
52 const char kWalletServiceUseSandbox[] = "wallet-service-use-sandbox"; 49 const char kWalletServiceUseSandbox[] = "wallet-service-use-sandbox";
53 50
54 } // namespace switches 51 } // namespace switches
55 } // namespace autofill 52 } // namespace autofill
OLDNEW
« no previous file with comments | « components/autofill/core/common/autofill_switches.h ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698