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

Side by Side Diff: chromecast/crash/cast_crash_keys.cc

Issue 2841203003: Remove unnecessary crash keys. (Closed)
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « chrome/common/crash_keys.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chromecast/crash/cast_crash_keys.h" 5 #include "chromecast/crash/cast_crash_keys.h"
6 6
7 #include "components/crash/core/common/crash_keys.h" 7 #include "components/crash/core/common/crash_keys.h"
8 8
9 namespace chromecast { 9 namespace chromecast {
10 namespace crash_keys { 10 namespace crash_keys {
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 // Temporary for https://crbug.com/626802. 90 // Temporary for https://crbug.com/626802.
91 {"newframe_routing_id", ::crash_keys::kSmallSize}, 91 {"newframe_routing_id", ::crash_keys::kSmallSize},
92 {"newframe_proxy_id", ::crash_keys::kSmallSize}, 92 {"newframe_proxy_id", ::crash_keys::kSmallSize},
93 {"newframe_opener_id", ::crash_keys::kSmallSize}, 93 {"newframe_opener_id", ::crash_keys::kSmallSize},
94 {"newframe_parent_id", ::crash_keys::kSmallSize}, 94 {"newframe_parent_id", ::crash_keys::kSmallSize},
95 {"newframe_widget_id", ::crash_keys::kSmallSize}, 95 {"newframe_widget_id", ::crash_keys::kSmallSize},
96 {"newframe_widget_hidden", ::crash_keys::kSmallSize}, 96 {"newframe_widget_hidden", ::crash_keys::kSmallSize},
97 {"newframe_replicated_origin", ::crash_keys::kSmallSize}, 97 {"newframe_replicated_origin", ::crash_keys::kSmallSize},
98 {"newframe_oopifs_possible", ::crash_keys::kSmallSize}, 98 {"newframe_oopifs_possible", ::crash_keys::kSmallSize},
99 99
100 // Temporary for https://crbug.com/630103.
101 {"origin_mismatch_url", ::crash_keys::kLargeSize},
102 {"origin_mismatch_origin", ::crash_keys::kMediumSize},
103 {"origin_mismatch_transition", ::crash_keys::kSmallSize},
104 {"origin_mismatch_redirects", ::crash_keys::kSmallSize},
105 {"origin_mismatch_same_page", ::crash_keys::kSmallSize},
106
107 // Temporary for https://crbug.com/612711. 100 // Temporary for https://crbug.com/612711.
108 {"aci_wrong_sp_extension_id", ::crash_keys::kSmallSize}, 101 {"aci_wrong_sp_extension_id", ::crash_keys::kSmallSize},
109 102
110 // Temporary for https://crbug.com/668633. 103 // Temporary for https://crbug.com/668633.
111 {"swdh_set_hosted_version_worker_pid", ::crash_keys::kSmallSize}, 104 {"swdh_set_hosted_version_worker_pid", ::crash_keys::kSmallSize},
112 {"swdh_set_hosted_version_host_pid", ::crash_keys::kSmallSize}, 105 {"swdh_set_hosted_version_host_pid", ::crash_keys::kSmallSize},
113 {"swdh_set_hosted_version_is_new_process", ::crash_keys::kSmallSize}, 106 {"swdh_set_hosted_version_is_new_process", ::crash_keys::kSmallSize},
114 {"swdh_set_hosted_version_restart_count", ::crash_keys::kSmallSize}, 107 {"swdh_set_hosted_version_restart_count", ::crash_keys::kSmallSize},
115 }; 108 };
116 109
117 return base::debug::InitCrashKeys(fixed_keys, arraysize(fixed_keys), 110 return base::debug::InitCrashKeys(fixed_keys, arraysize(fixed_keys),
118 ::crash_keys::kChunkMaxLength); 111 ::crash_keys::kChunkMaxLength);
119 } 112 }
120 113
121 } // namespace crash_keys 114 } // namespace crash_keys
122 } // namespace chromecast 115 } // namespace chromecast
OLDNEW
« no previous file with comments | « chrome/common/crash_keys.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698