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

Unified 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 side-by-side diff with in-line comments
Download patch
« chrome/common/chrome_switches.h ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 8a16560499975dbd9ce833cd408dc09ab64db131..c7d1175676fd18fd57ffdf53b5bb9041c0557053 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -604,6 +604,10 @@ const char kEnableDomDistiller[] = "enable-dom-distiller";
const char kEasyOffStoreExtensionInstall[] =
"easy-off-store-extension-install";
+// Enables reporting recently logged in users for enterprise-managed devices.
+const char kEnableEnterpriseUserReporting[] =
+ "enable-enterprise-user-reporting";
+
// Enables experimentation with ephemeral apps, which are launched without
// installing in Chrome.
const char kEnableEphemeralApps[] = "enable-ephemeral-apps";
« 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