Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(916)

Unified Diff: chrome/common/crash_keys.h

Issue 23021021: Set the GPU info using the crash key system instead of platform-specific mechanisms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698