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

Unified Diff: chrome/app/chrome_crash_reporter_client_win.cc

Issue 2872503003: Add crash keys about field trial shared memory errors. (Closed)
Patch Set: Add TODOs about cleaning up the code. Created 3 years, 7 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/app/chrome_crash_reporter_client_win.cc
diff --git a/chrome/app/chrome_crash_reporter_client_win.cc b/chrome/app/chrome_crash_reporter_client_win.cc
index a0343abb2c7e9454c36e1cd1872af0f112224482..79ff36485faf726165ea8285dbef2597a8752273 100644
--- a/chrome/app/chrome_crash_reporter_client_win.cc
+++ b/chrome/app/chrome_crash_reporter_client_win.cc
@@ -202,6 +202,10 @@ size_t RegisterCrashKeysHelper() {
{"engine_params", crash_keys::kMediumSize},
{"engine1_params", crash_keys::kMediumSize},
{"engine2_params", crash_keys::kMediumSize},
+
+ // Temporary for http://crbug.com/703649.
+ {"field_trial_shmem_create_error", crash_keys::kSmallSize},
+ {"field_trial_shmem_map_error", crash_keys::kSmallSize},
};
// This dynamic set of keys is used for sets of key value pairs when gathering

Powered by Google App Engine
This is Rietveld 408576698