| Index: chrome/common/crash_keys.h
|
| diff --git a/chrome/common/crash_keys.h b/chrome/common/crash_keys.h
|
| index 34f2589c97fd07fb061550a4ec722a704f2b3004..65f86a8fa321ccb0f97a69f47a15d81559f54449 100644
|
| --- a/chrome/common/crash_keys.h
|
| +++ b/chrome/common/crash_keys.h
|
| @@ -5,8 +5,14 @@
|
| #ifndef CHROME_COMMON_CRASH_KEYS_H_
|
| #define CHROME_COMMON_CRASH_KEYS_H_
|
|
|
| +#include "base/debug/crash_logging.h"
|
| +
|
| namespace crash_keys {
|
|
|
| +// Registers all of the potential crash keys that can be sent to the crash
|
| +// reporting server. Returns the size of the union of all keys.
|
| +size_t RegisterChromeCrashKeys();
|
| +
|
| // Crash Key Name Constants ////////////////////////////////////////////////////
|
|
|
| namespace mac {
|
|
|