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

Unified Diff: chrome/common/crash_keys.cc

Issue 2929013002: Revert of Add crash keys about field trial shared memory errors. (Closed)
Patch Set: Rebase & fix conflicts. Created 3 years, 6 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/app/chrome_crash_reporter_client_win.cc ('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 e9578be2cd28c7a9cfc6df5928cde1b6d4a3a293..17791d72b0e0c5706e36fb8e17d633e1174b44cc 100644
--- a/chrome/common/crash_keys.cc
+++ b/chrome/common/crash_keys.cc
@@ -218,10 +218,6 @@ size_t RegisterChromeCrashKeys() {
{"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
« no previous file with comments | « chrome/app/chrome_crash_reporter_client_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698