diff options
author | jbates@chromium.org <jbates@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-09 17:53:01 +0000 |
---|---|---|
committer | jbates@chromium.org <jbates@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-09 17:53:01 +0000 |
commit | 317e270b12e2a325127293d1c8e4797ed5fdfd64 (patch) | |
tree | 85ae0fe3452f32af30ababfbba1fb42b694df133 /chrome/common/child_process_logging.h | |
parent | 6d6afe837ea1230508731c530fb47c262b8aaecb (diff) | |
download | chromium_src-317e270b12e2a325127293d1c8e4797ed5fdfd64.zip chromium_src-317e270b12e2a325127293d1c8e4797ed5fdfd64.tar.gz chromium_src-317e270b12e2a325127293d1c8e4797ed5fdfd64.tar.bz2 |
linux crash dump now includes gpu data
BUG=71852
TEST=
Review URL: http://codereview.chromium.org/6580055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77483 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/child_process_logging.h')
-rw-r--r-- | chrome/common/child_process_logging.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/child_process_logging.h b/chrome/common/child_process_logging.h index 36dd486..7b80c82 100644 --- a/chrome/common/child_process_logging.h +++ b/chrome/common/child_process_logging.h @@ -28,6 +28,11 @@ namespace child_process_logging { // compromised context without going through the standard library. extern char g_active_url[]; extern char g_client_id[]; +extern char g_gpu_vendor_id[]; +extern char g_gpu_device_id[]; +extern char g_gpu_driver_ver[]; +extern char g_gpu_ps_ver[]; +extern char g_gpu_vs_ver[]; #endif // Sets the URL that is logged if the child process crashes. Use GURL() to clear |