| Index: chrome/common/crash_keys.cc
|
| diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc
|
| index 4ce7af6eee46dfce34a5d0e679a40aa382dc5acc..816be58b984906649b30b0b4685f1688e44a7f09 100644
|
| --- a/chrome/common/crash_keys.cc
|
| +++ b/chrome/common/crash_keys.cc
|
| @@ -100,8 +100,10 @@ size_t RegisterChromeCrashKeys() {
|
| // The following keys may be chunked by the underlying crash logging system,
|
| // 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().
|
| + // If you're adding keys here, please also add them to the following lists:
|
| + // chrome/app/chrome_crash_reporter_client_win.cc::RegisterCrashKeysHelper(),
|
| + // android_webview/common/crash_reporter/crash_keys.cc::
|
| + // RegisterWebViewCrashKeys().
|
| base::debug::CrashKey fixed_keys[] = {
|
| #if defined(OS_MACOSX) || defined(OS_WIN)
|
| { kMetricsClientId, kSmallSize },
|
|
|