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

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

Issue 25620002: [rac] Use i18n address inputs with --enable-autofill-address-i18n flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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
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 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 const char kEnableAppWindowControls[] = "enable-app-window-controls"; 541 const char kEnableAppWindowControls[] = "enable-app-window-controls";
542 542
543 // Enables the experimental asynchronous DNS client. 543 // Enables the experimental asynchronous DNS client.
544 const char kEnableAsyncDns[] = "enable-async-dns"; 544 const char kEnableAsyncDns[] = "enable-async-dns";
545 545
546 // Enables the inclusion of non-standard ports when generating the Kerberos SPN 546 // Enables the inclusion of non-standard ports when generating the Kerberos SPN
547 // in response to a Negotiate challenge. See 547 // in response to a Negotiate challenge. See
548 // HttpAuthHandlerNegotiate::CreateSPN for more background. 548 // HttpAuthHandlerNegotiate::CreateSPN for more background.
549 const char kEnableAuthNegotiatePort[] = "enable-auth-negotiate-port"; 549 const char kEnableAuthNegotiatePort[] = "enable-auth-negotiate-port";
550 550
551 // Enables the i18n address input widget for the requestAutoComplete dialog.
552 const char kEnableAutofillAddressInternationalization[] =
553 "enable-autofill-address-i18n";
554
551 // Enable using a public suffix based domain matching for autofill of passwords. 555 // Enable using a public suffix based domain matching for autofill of passwords.
552 const char kEnablePasswordAutofillPublicSuffixDomainMatching[] = 556 const char kEnablePasswordAutofillPublicSuffixDomainMatching[] =
553 "enable-password-autofill-public-suffix-domain-matching"; 557 "enable-password-autofill-public-suffix-domain-matching";
554 558
555 // Enables the pre- and auto-login features. When a user signs in to sync, the 559 // Enables the pre- and auto-login features. When a user signs in to sync, the
556 // browser's cookie jar is pre-filled with GAIA cookies. When the user visits a 560 // browser's cookie jar is pre-filled with GAIA cookies. When the user visits a
557 // GAIA login page, an info bar can help the user login. 561 // GAIA login page, an info bar can help the user login.
558 const char kEnableAutologin[] = "enable-autologin"; 562 const char kEnableAutologin[] = "enable-autologin";
559 563
560 // Enables running all beforeunload handlers before closing any browser windows 564 // Enables running all beforeunload handlers before closing any browser windows
(...skipping 1096 matching lines...) Expand 10 before | Expand all | Expand 10 after
1657 1661
1658 // ----------------------------------------------------------------------------- 1662 // -----------------------------------------------------------------------------
1659 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1663 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1660 // 1664 //
1661 // You were going to just dump your switches here, weren't you? Instead, please 1665 // You were going to just dump your switches here, weren't you? Instead, please
1662 // put them in alphabetical order above, or in order inside the appropriate 1666 // put them in alphabetical order above, or in order inside the appropriate
1663 // ifdef at the bottom. The order should match the header. 1667 // ifdef at the bottom. The order should match the header.
1664 // ----------------------------------------------------------------------------- 1668 // -----------------------------------------------------------------------------
1665 1669
1666 } // namespace switches 1670 } // namespace switches
OLDNEW
« chrome/browser/ui/autofill/autofill_dialog_input_i18n.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