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

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

Issue 9254003: Merge 118016 - Disable GAIA profile info (Closed) Base URL: svn://svn.chromium.org/chrome/branches/963/src/
Patch Set: Created 8 years, 11 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 | « chrome/common/chrome_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 (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 629 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 640
641 // If accelerated compositing is supported, always enter compositing mode for 641 // If accelerated compositing is supported, always enter compositing mode for
642 // the base layer even when compositing is not strictly required. 642 // the base layer even when compositing is not strictly required.
643 const char kForceCompositingMode[] = "force-compositing-mode"; 643 const char kForceCompositingMode[] = "force-compositing-mode";
644 644
645 // Specifies the backend server used for gaia authentications, like sync or 645 // Specifies the backend server used for gaia authentications, like sync or
646 // policies for example. The https:// prefix and the trailing slash should be 646 // policies for example. The https:// prefix and the trailing slash should be
647 // omitted. The default value is "www.google.com". 647 // omitted. The default value is "www.google.com".
648 const char kGaiaHost[] = "gaia-host"; 648 const char kGaiaHost[] = "gaia-host";
649 649
650 // Enables using GAIA information to populate profile name and icon.
651 const char kGaiaProfileInfo[] = "gaia-profile-info";
652
650 // Specifies a custom name for the GSSAPI library to load. 653 // Specifies a custom name for the GSSAPI library to load.
651 const char kGSSAPILibraryName[] = "gssapi-library-name"; 654 const char kGSSAPILibraryName[] = "gssapi-library-name";
652 655
653 // These flags show the man page on Linux. They are equivalent to each 656 // These flags show the man page on Linux. They are equivalent to each
654 // other. 657 // other.
655 const char kHelp[] = "help"; 658 const char kHelp[] = "help";
656 const char kHelpShort[] = "h"; 659 const char kHelpShort[] = "h";
657 660
658 // Makes Windows happy by allowing it to show "Enable access to this program" 661 // Makes Windows happy by allowing it to show "Enable access to this program"
659 // checkbox in Add/Remove Programs->Set Program Access and Defaults. This only 662 // checkbox in Add/Remove Programs->Set Program Access and Defaults. This only
(...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
1300 1303
1301 // ----------------------------------------------------------------------------- 1304 // -----------------------------------------------------------------------------
1302 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1305 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1303 // 1306 //
1304 // You were going to just dump your switches here, weren't you? Instead, please 1307 // You were going to just dump your switches here, weren't you? Instead, please
1305 // put them in alphabetical order above, or in order inside the appropriate 1308 // put them in alphabetical order above, or in order inside the appropriate
1306 // ifdef at the bottom. The order should match the header. 1309 // ifdef at the bottom. The order should match the header.
1307 // ----------------------------------------------------------------------------- 1310 // -----------------------------------------------------------------------------
1308 1311
1309 } // namespace switches 1312 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698