| Index: chrome/common/crash_keys.h
|
| diff --git a/chrome/common/crash_keys.h b/chrome/common/crash_keys.h
|
| index bf6bbdcf8b93d2859c2b3f399b40568fcad2dc50..8f491f1fb0d247379ddd2f8f8769925158c4f771 100644
|
| --- a/chrome/common/crash_keys.h
|
| +++ b/chrome/common/crash_keys.h
|
| @@ -144,6 +144,10 @@ extern const char kSendAction[];
|
| // In the CrApplication, records information about the current event.
|
| extern const char kNSEvent[];
|
|
|
| +// TEMPORARY: Information about Toolbar.nib, stored right after it's supposed
|
| +// to have loaded. https://crbug.com/685985
|
| +extern const char kToolbarNibInfo[];
|
| +
|
| } // namespace mac
|
| #endif
|
|
|
|
|