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

Unified Diff: chrome/common/crash_keys.cc

Issue 2536293002: Revert of Add a crash key to record whether a windows machine is domain joined. (Closed)
Patch Set: Created 4 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 | « chrome/common/crash_keys.h ('k') | no next file » | 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 d8ed0d6d56b0ee772ebf1f254e19f2021eeccb9f..800f7045f41aa64b88fed3fd4a3250f97583fa27 100644
--- a/chrome/common/crash_keys.cc
+++ b/chrome/common/crash_keys.cc
@@ -58,8 +58,6 @@
const char kThirdPartyModulesLoaded[] = "third-party-modules-loaded";
const char kThirdPartyModulesNotLoaded[] = "third-party-modules-not-loaded";
-
-const char kEnrolledToDomain[] = "enrolled-to-domain";
#endif
const char kInputEventFilterSendFailure[] = "input-event-filter-send-failure";
@@ -145,7 +143,6 @@
{ kHungRendererReason, kSmallSize },
{ kThirdPartyModulesLoaded, kSmallSize },
{ kThirdPartyModulesNotLoaded, kSmallSize },
- { kEnrolledToDomain, kSmallSize },
#endif
{ kInputEventFilterSendFailure, kSmallSize },
#if defined(OS_CHROMEOS)
« no previous file with comments | « chrome/common/crash_keys.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698