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

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

Issue 72793003: ComponentCloudPolicyService tracks the signin state. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | components/policy/core/common/policy_switches.h » ('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 (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 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 // Enables the benchmarking extensions. 582 // Enables the benchmarking extensions.
583 const char kEnableBenchmarking[] = "enable-benchmarking"; 583 const char kEnableBenchmarking[] = "enable-benchmarking";
584 584
585 // Enables client hints, which adds hints about browser state to HTTP requests. 585 // Enables client hints, which adds hints about browser state to HTTP requests.
586 const char kEnableClientHints[] = "enable-client-hints"; 586 const char kEnableClientHints[] = "enable-client-hints";
587 587
588 // This applies only when the process type is "service". Enables the Cloud 588 // This applies only when the process type is "service". Enables the Cloud
589 // Print Proxy component within the service process. 589 // Print Proxy component within the service process.
590 const char kEnableCloudPrintProxy[] = "enable-cloud-print-proxy"; 590 const char kEnableCloudPrintProxy[] = "enable-cloud-print-proxy";
591 591
592 // Enables fetching and storing cloud policy for components. This currently
593 // supports policy for extensions on Chrome OS.
594 const char kEnableComponentCloudPolicy[] = "enable-component-cloud-policy";
595
596 // Enables fetching the user's contacts from Google and showing them in the 592 // Enables fetching the user's contacts from Google and showing them in the
597 // Chrome OS apps list. 593 // Chrome OS apps list.
598 const char kEnableContacts[] = "enable-contacts"; 594 const char kEnableContacts[] = "enable-contacts";
599 595
600 // If true devtools experimental settings are enabled. 596 // If true devtools experimental settings are enabled.
601 const char kEnableDevToolsExperiments[] = "enable-devtools-experiments"; 597 const char kEnableDevToolsExperiments[] = "enable-devtools-experiments";
602 598
603 // Enable device discovery notifications. 599 // Enable device discovery notifications.
604 const char kEnableDeviceDiscoveryNotifications[] = 600 const char kEnableDeviceDiscoveryNotifications[] =
605 "enable-device-discovery-notifications"; 601 "enable-device-discovery-notifications";
(...skipping 1039 matching lines...) Expand 10 before | Expand all | Expand 10 after
1645 1641
1646 // ----------------------------------------------------------------------------- 1642 // -----------------------------------------------------------------------------
1647 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1643 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1648 // 1644 //
1649 // 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
1650 // 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
1651 // ifdef at the bottom. The order should match the header. 1647 // ifdef at the bottom. The order should match the header.
1652 // ----------------------------------------------------------------------------- 1648 // -----------------------------------------------------------------------------
1653 1649
1654 } // namespace switches 1650 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | components/policy/core/common/policy_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698