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

Unified Diff: chrome/common/crash_keys.h

Issue 2581353002: Use the Windows MDM API to check if the machine is being managed. (Closed)
Patch Set: rebased 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
Index: chrome/common/crash_keys.h
diff --git a/chrome/common/crash_keys.h b/chrome/common/crash_keys.h
index 8f491f1fb0d247379ddd2f8f8769925158c4f771..e7c9bc3d99995c52abaafdbfc35ab4fab1ff2427 100644
--- a/chrome/common/crash_keys.h
+++ b/chrome/common/crash_keys.h
@@ -100,8 +100,8 @@ extern const char kHungRendererReason[];
extern const char kThirdPartyModulesLoaded[];
extern const char kThirdPartyModulesNotLoaded[];
-// Whether the machine is domain joined is only sent on Windows.
-extern const char kEnrolledToDomain[];
+// Whether the machine is enterprise managed (only sent on Windows).
+extern const char kIsEnterpriseManaged[];
#endif
// Number of input event send IPC failures. Added to debug

Powered by Google App Engine
This is Rietveld 408576698