| Index: chrome/common/crash_keys.h | 
| diff --git a/chrome/common/crash_keys.h b/chrome/common/crash_keys.h | 
| index 34f2589c97fd07fb061550a4ec722a704f2b3004..85b67628fc51ab138a0f9780c483634c4c6fda4a 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. | 
| +void RegisterChromeCrashKeys(base::debug::InitCrashKeysCallbackT init_func); | 
| + | 
| // Crash Key Name Constants //////////////////////////////////////////////////// | 
|  | 
| namespace mac { | 
|  |