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

Unified Diff: chrome/common/crash_keys.cc

Issue 2710713004: Revert "Use the Windows MDM API to check if the machine is being managed." (Closed)
Patch Set: Created 3 years, 10 months 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 | « chrome/common/crash_keys.h ('k') | components/policy/core/common/policy_loader_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/crash_keys.cc
diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc
index 8fc491ea3bbeab0972e7df2a921459f63ac5fb69..e57c9a806903ede90b843b1f7c359bd6b59f1f9a 100644
--- a/chrome/common/crash_keys.cc
+++ b/chrome/common/crash_keys.cc
@@ -60,7 +60,7 @@ const char kHungRendererReason[] = "hung-reason";
const char kThirdPartyModulesLoaded[] = "third-party-modules-loaded";
const char kThirdPartyModulesNotLoaded[] = "third-party-modules-not-loaded";
-const char kIsEnterpriseManaged[] = "is-enterprise-managed";
+const char kEnrolledToDomain[] = "enrolled-to-domain";
#endif
const char kInputEventFilterSendFailure[] = "input-event-filter-send-failure";
@@ -147,7 +147,7 @@ size_t RegisterChromeCrashKeys() {
{ kHungRendererReason, kSmallSize },
{ kThirdPartyModulesLoaded, kSmallSize },
{ kThirdPartyModulesNotLoaded, kSmallSize },
- { kIsEnterpriseManaged, kSmallSize },
+ { kEnrolledToDomain, kSmallSize },
#endif
{ kInputEventFilterSendFailure, kSmallSize },
#if defined(OS_CHROMEOS)
« no previous file with comments | « chrome/common/crash_keys.h ('k') | components/policy/core/common/policy_loader_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698