| Index: chrome/common/crash_keys.h
|
| diff --git a/chrome/common/crash_keys.h b/chrome/common/crash_keys.h
|
| index 99a581c05c14742dc277cf62f19841bfa82a8419..eaa953f412f771c71750f5fde9354bcc7bef8e68 100644
|
| --- a/chrome/common/crash_keys.h
|
| +++ b/chrome/common/crash_keys.h
|
| @@ -111,6 +111,11 @@ extern const char kPrinterInfo[];
|
| #if defined(OS_CHROMEOS)
|
| // The number of simultaneous users in multi profile sessions.
|
| extern const char kNumberOfUsers[];
|
| +
|
| +// The name of an aura::Window which is still alive despite its ui::Layer being
|
| +// destroyed.
|
| +// TODO(pkotwicz): Remove once crbug.com/338788 is resolved.
|
| +extern const char kNameOfWindowWithDestroyedLayer[];
|
| #endif
|
|
|
| #if defined(OS_MACOSX)
|
|
|