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

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

Issue 56383002: Disable enterprise user reporting by default in M32. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
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 586 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 597
598 // Enables the DOM distiller. 598 // Enables the DOM distiller.
599 const char kEnableDomDistiller[] = "enable-dom-distiller"; 599 const char kEnableDomDistiller[] = "enable-dom-distiller";
600 600
601 // Enables extensions to be easily installed from sites other than the web 601 // Enables extensions to be easily installed from sites other than the web
602 // store. Without this flag, they can still be installed, but must be manually 602 // store. Without this flag, they can still be installed, but must be manually
603 // dragged onto chrome://extensions/. 603 // dragged onto chrome://extensions/.
604 const char kEasyOffStoreExtensionInstall[] = 604 const char kEasyOffStoreExtensionInstall[] =
605 "easy-off-store-extension-install"; 605 "easy-off-store-extension-install";
606 606
607 // Enables reporting recently logged in users for enterprise-managed devices.
608 const char kEnableEnterpriseUserReporting[] =
609 "enable-enterprise-user-reporting";
610
607 // Enables experimentation with ephemeral apps, which are launched without 611 // Enables experimentation with ephemeral apps, which are launched without
608 // installing in Chrome. 612 // installing in Chrome.
609 const char kEnableEphemeralApps[] = "enable-ephemeral-apps"; 613 const char kEnableEphemeralApps[] = "enable-ephemeral-apps";
610 614
611 // Enables logging for extension activity. 615 // Enables logging for extension activity.
612 const char kEnableExtensionActivityLogging[] = 616 const char kEnableExtensionActivityLogging[] =
613 "enable-extension-activity-logging"; 617 "enable-extension-activity-logging";
614 618
615 const char kEnableExtensionActivityLogTesting[] = 619 const char kEnableExtensionActivityLogTesting[] =
616 "enable-extension-activity-log-testing"; 620 "enable-extension-activity-log-testing";
(...skipping 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after
1671 1675
1672 // ----------------------------------------------------------------------------- 1676 // -----------------------------------------------------------------------------
1673 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1677 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1674 // 1678 //
1675 // You were going to just dump your switches here, weren't you? Instead, please 1679 // You were going to just dump your switches here, weren't you? Instead, please
1676 // put them in alphabetical order above, or in order inside the appropriate 1680 // put them in alphabetical order above, or in order inside the appropriate
1677 // ifdef at the bottom. The order should match the header. 1681 // ifdef at the bottom. The order should match the header.
1678 // ----------------------------------------------------------------------------- 1682 // -----------------------------------------------------------------------------
1679 1683
1680 } // namespace switches 1684 } // namespace switches
OLDNEW
« chrome/common/chrome_switches.h ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698