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

Side by Side Diff: chrome/common/chrome_switches.cc

Issue 63053003: Ask libaddressinput for address components to use in requestAutocomplete(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 "chrome/common/chrome_switches.h" 5 #include "chrome/common/chrome_switches.h"
6 6
7 #include "base/base_switches.h" 7 #include "base/base_switches.h"
8 #include "base/command_line.h" 8 #include "base/command_line.h"
9 9
10 namespace switches { 10 namespace switches {
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 const char kEnableAppsShowOnFirstPaint[] = "enable-apps-show-on-first-paint"; 545 const char kEnableAppsShowOnFirstPaint[] = "enable-apps-show-on-first-paint";
546 546
547 // Enables the experimental asynchronous DNS client. 547 // Enables the experimental asynchronous DNS client.
548 const char kEnableAsyncDns[] = "enable-async-dns"; 548 const char kEnableAsyncDns[] = "enable-async-dns";
549 549
550 // Enables the inclusion of non-standard ports when generating the Kerberos SPN 550 // Enables the inclusion of non-standard ports when generating the Kerberos SPN
551 // in response to a Negotiate challenge. See 551 // in response to a Negotiate challenge. See
552 // HttpAuthHandlerNegotiate::CreateSPN for more background. 552 // HttpAuthHandlerNegotiate::CreateSPN for more background.
553 const char kEnableAuthNegotiatePort[] = "enable-auth-negotiate-port"; 553 const char kEnableAuthNegotiatePort[] = "enable-auth-negotiate-port";
554 554
555 // Enables the i18n address input widget for the requestAutocomplete() dialog.
556 const char kEnableAutofillAddressInternationalization[] =
557 "enable-autofill-address-i18n";
558
555 // Enable using a public suffix based domain matching for autofill of passwords. 559 // Enable using a public suffix based domain matching for autofill of passwords.
556 const char kEnablePasswordAutofillPublicSuffixDomainMatching[] = 560 const char kEnablePasswordAutofillPublicSuffixDomainMatching[] =
557 "enable-password-autofill-public-suffix-domain-matching"; 561 "enable-password-autofill-public-suffix-domain-matching";
558 562
559 // Enable the setting to prompt the user for their OS account password before 563 // Enable the setting to prompt the user for their OS account password before
560 // revealing plaintext passwords in the password manager. 564 // revealing plaintext passwords in the password manager.
561 const char kEnablePasswordManagerReauthentication[] = 565 const char kEnablePasswordManagerReauthentication[] =
562 "enable-password-manager-reauthentication"; 566 "enable-password-manager-reauthentication";
563 567
564 // Enables the pre- and auto-login features. When a user signs in to sync, the 568 // Enables the pre- and auto-login features. When a user signs in to sync, the
(...skipping 1072 matching lines...) Expand 10 before | Expand all | Expand 10 after
1637 1641
1638 // ----------------------------------------------------------------------------- 1642 // -----------------------------------------------------------------------------
1639 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1643 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1640 // 1644 //
1641 // You were going to just dump your switches here, weren't you? Instead, please 1645 // You were going to just dump your switches here, weren't you? Instead, please
1642 // put them in alphabetical order above, or in order inside the appropriate 1646 // put them in alphabetical order above, or in order inside the appropriate
1643 // ifdef at the bottom. The order should match the header. 1647 // ifdef at the bottom. The order should match the header.
1644 // ----------------------------------------------------------------------------- 1648 // -----------------------------------------------------------------------------
1645 1649
1646 } // namespace switches 1650 } // namespace switches
OLDNEW
« chrome/browser/ui/views/autofill/autofill_dialog_views.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698