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

Side by Side Diff: android_webview/common/crash_reporter/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 | « no previous file | chrome/app/chrome_crash_reporter_client_win.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 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 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 "android_webview/common/crash_reporter/crash_keys.h" 5 #include "android_webview/common/crash_reporter/crash_keys.h"
6 6
7 #include "base/debug/crash_logging.h" 7 #include "base/debug/crash_logging.h"
8 #include "components/crash/content/app/breakpad_linux.h" 8 #include "components/crash/content/app/breakpad_linux.h"
9 #include "components/crash/core/common/crash_keys.h" 9 #include "components/crash/core/common/crash_keys.h"
10 10
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 // Temporary for https://crbug.com/626802. 113 // Temporary for https://crbug.com/626802.
114 {"newframe_routing_id", kSmallSize}, 114 {"newframe_routing_id", kSmallSize},
115 {"newframe_proxy_id", kSmallSize}, 115 {"newframe_proxy_id", kSmallSize},
116 {"newframe_opener_id", kSmallSize}, 116 {"newframe_opener_id", kSmallSize},
117 {"newframe_parent_id", kSmallSize}, 117 {"newframe_parent_id", kSmallSize},
118 {"newframe_widget_id", kSmallSize}, 118 {"newframe_widget_id", kSmallSize},
119 {"newframe_widget_hidden", kSmallSize}, 119 {"newframe_widget_hidden", kSmallSize},
120 {"newframe_replicated_origin", kSmallSize}, 120 {"newframe_replicated_origin", kSmallSize},
121 {"newframe_oopifs_possible", kSmallSize}, 121 {"newframe_oopifs_possible", kSmallSize},
122 122
123 // Temporary for https://crbug.com/630103.
124 {"origin_mismatch_url", kLargeSize},
125 {"origin_mismatch_origin", kMediumSize},
126 {"origin_mismatch_transition", kSmallSize},
127 {"origin_mismatch_redirects", kSmallSize},
128 {"origin_mismatch_same_page", kSmallSize},
129
130 // Temporary for https://crbug.com/612711. 123 // Temporary for https://crbug.com/612711.
131 {"aci_wrong_sp_extension_id", kSmallSize}, 124 {"aci_wrong_sp_extension_id", kSmallSize},
132 125
133 // Temporary for https://crbug.com/668633. 126 // Temporary for https://crbug.com/668633.
134 {"swdh_set_hosted_version_worker_pid", kSmallSize}, 127 {"swdh_set_hosted_version_worker_pid", kSmallSize},
135 {"swdh_set_hosted_version_host_pid", kSmallSize}, 128 {"swdh_set_hosted_version_host_pid", kSmallSize},
136 {"swdh_set_hosted_version_is_new_process", kSmallSize}, 129 {"swdh_set_hosted_version_is_new_process", kSmallSize},
137 {"swdh_set_hosted_version_restart_count", kSmallSize}, 130 {"swdh_set_hosted_version_restart_count", kSmallSize},
138 }; 131 };
139 132
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 nullptr}; 164 nullptr};
172 // clang-format on 165 // clang-format on
173 166
174 void InitCrashKeysForWebViewTesting() { 167 void InitCrashKeysForWebViewTesting() {
175 breakpad::InitCrashKeysForTesting(); 168 breakpad::InitCrashKeysForTesting();
176 } 169 }
177 170
178 } // namespace crash_keys 171 } // namespace crash_keys
179 172
180 } // namespace android_webview 173 } // namespace android_webview
OLDNEW
« 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