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

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: Add key to 2 other places. 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
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 42bcdb7af96896b265374a789108d40fb37dd034..ad927d2d73265739596905c7c0215aaf7269b95c 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') | chrome/browser/chrome_browser_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698