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"; |