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

Unified Diff: blimp/engine/app/blimp_engine_crash_keys.cc

Issue 2514483002: Add a crash key to record whether a windows machine is domain joined. (Closed)
Patch Set: sky@ comments. Created 4 years 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 | « no previous file | chrome/app/chrome_crash_reporter_client_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/app/blimp_engine_crash_keys.cc
diff --git a/blimp/engine/app/blimp_engine_crash_keys.cc b/blimp/engine/app/blimp_engine_crash_keys.cc
index d6787882d733303d662fba6dc45c7b3c95fa8d27..881ce4bbf09b29720ed77242937f99a781a4cb43 100644
--- a/blimp/engine/app/blimp_engine_crash_keys.cc
+++ b/blimp/engine/app/blimp_engine_crash_keys.cc
@@ -27,6 +27,7 @@ size_t RegisterEngineCrashKeys() {
// browser/:
{ "third-party-modules-loaded", crash_keys::kSmallSize },
{ "third-party-modules-not-loaded", crash_keys::kSmallSize },
+ { "enrolled-to-domain", crash_keys::kSmallSize },
// //content crash keys
{ "bad_message_reason", crash_keys::kSmallSize },
« no previous file with comments | « no previous file | chrome/app/chrome_crash_reporter_client_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698