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

Unified Diff: chromeos/chromeos_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
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index 7f418da3df01feee74c91ef9ee2f1e98f786b06c..714adafd3f2162d822f7f686a24b98e6889b4f21 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -82,6 +82,10 @@ const char kEnableCarrierSwitching[] = "enable-carrier-switching";
const char kEnableChromeCaptivePortalDetector[] =
"enable-chrome-captive-portal-detector";
+// Enables reporting recently logged in users for enterprise-managed devices.
+const char kEnableEnterpriseUserReporting[] =
+ "enable-enterprise-user-reporting";
+
// Enable to show the indicator about the IME (input method editor) mode
// on Chrome OS.
const char kEnableIMEModeIndicator[] = "enable-ime-mode-indicator";
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698