| Index: chrome/common/crash_keys.cc
|
| diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc
|
| index e57c9a806903ede90b843b1f7c359bd6b59f1f9a..99b7f4a126255e527d2c439f2b0f73751f720121 100644
|
| --- a/chrome/common/crash_keys.cc
|
| +++ b/chrome/common/crash_keys.cc
|
| @@ -103,7 +103,10 @@ size_t RegisterChromeCrashKeys() {
|
| // but ultimately constitute a single key-value pair.
|
| //
|
| // If you're adding keys here, please also add them to the following list:
|
| - // chrome/app/chrome_crash_reporter_client_win.cc::RegisterCrashKeysHelper().
|
| + // chrome/app/chrome_crash_reporter_client_win.cc::RegisterCrashKeysHelper(),
|
| + // and consider adding the new keys to the following list as well:
|
| + // android_webview/common/crash_reporter/crash_keys.cc::
|
| + // RegisterWebViewCrashKeys().
|
| base::debug::CrashKey fixed_keys[] = {
|
| #if defined(OS_MACOSX) || defined(OS_WIN)
|
| { kMetricsClientId, kSmallSize },
|
|
|