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

Unified Diff: chrome/common/crash_keys.h

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/browser/upgrade_detector_impl.cc ('k') | chrome/common/crash_keys.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/crash_keys.h
diff --git a/chrome/common/crash_keys.h b/chrome/common/crash_keys.h
index e7c9bc3d99995c52abaafdbfc35ab4fab1ff2427..8f491f1fb0d247379ddd2f8f8769925158c4f771 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 enterprise managed (only sent on Windows).
-extern const char kIsEnterpriseManaged[];
+// Whether the machine is domain joined is only sent on Windows.
+extern const char kEnrolledToDomain[];
#endif
// Number of input event send IPC failures. Added to debug
« no previous file with comments | « chrome/browser/upgrade_detector_impl.cc ('k') | chrome/common/crash_keys.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698