Chromium Code Reviews| Index: chrome/common/crash_keys.h |
| diff --git a/chrome/common/crash_keys.h b/chrome/common/crash_keys.h |
| index 941a828c2dde6e082b80120e269c5f26b86d21ce..c0601e2611520da898fd8a0686714d4f77cc29c3 100644 |
| --- a/chrome/common/crash_keys.h |
| +++ b/chrome/common/crash_keys.h |
| @@ -18,6 +18,16 @@ size_t RegisterChromeCrashKeys(); |
| // The URL of the active tab. |
| extern const char kActiveURL[]; |
| +// GPU information. |
| +extern const char kGPUVendorID[]; |
|
Lei Zhang
2013/08/26 21:41:01
It would be nice if these matched the #ifdefs in c
Robert Sesek
2013/08/27 15:34:52
Done.
|
| +extern const char kGPUDeviceID[]; |
| +extern const char kGPUDriverVersion[]; |
| +extern const char kGPUPixelShaderVersion[]; |
| +extern const char kGPUVertexShaderVersion[]; |
| +extern const char kGPUVendor[]; |
| +extern const char kGPURenderer[]; |
| +extern const char kGPUGLVersion[]; |
| + |
| #if defined(OS_MACOSX) |
| namespace mac { |