Chromium Code Reviews| Index: chrome/common/crash_keys.h |
| diff --git a/chrome/common/crash_keys.h b/chrome/common/crash_keys.h |
| index 4cd15de3f09b4aff1ef3be95cfdd8b4901b314a9..592d0edfc1e7c619d77a8a3f4213adda83776ecc 100644 |
| --- a/chrome/common/crash_keys.h |
| +++ b/chrome/common/crash_keys.h |
| @@ -81,6 +81,11 @@ extern const char kExtensionID[]; |
| // a common->app dependency. |
| extern const char kNumExtensionsCount[]; |
| +#if defined(OS_CHROMEOS) |
|
Robert Sesek
2014/01/16 17:26:00
Can you move this to be before or the Mac section
Mr4D (OOO till 08-26)
2014/01/16 17:51:02
Done.
|
| +// The number of simultaneous users in multi profile sessions. |
| +extern const char kNumberOfUsers[]; |
| +#endif |
| + |
| // The number of render views/tabs open in a renderer process. |
| extern const char kNumberOfViews[]; |