diff options
author | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-23 18:49:15 +0000 |
---|---|---|
committer | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-23 18:49:15 +0000 |
commit | cfc7db31268df4c8969a586d3ce0e2f5ccb8b905 (patch) | |
tree | 697dc02180542aae99e39844faa4421b748ee2e0 /chrome/common/child_process_logging_mac.mm | |
parent | b1179c5f44032e5fa9947d85cd85c78d105d3e43 (diff) | |
download | chromium_src-cfc7db31268df4c8969a586d3ce0e2f5ccb8b905.zip chromium_src-cfc7db31268df4c8969a586d3ce0e2f5ccb8b905.tar.gz chromium_src-cfc7db31268df4c8969a586d3ce0e2f5ccb8b905.tar.bz2 |
Fix the naming of a crash report metadata field (gpu-venid) to match other platforms.
BUG=97717
Review URL: http://codereview.chromium.org/7967025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102540 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/child_process_logging_mac.mm')
-rw-r--r-- | chrome/common/child_process_logging_mac.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/child_process_logging_mac.mm b/chrome/common/child_process_logging_mac.mm index e1813c3..dbcf37b 100644 --- a/chrome/common/child_process_logging_mac.mm +++ b/chrome/common/child_process_logging_mac.mm @@ -25,7 +25,7 @@ const int kMaxNumCrashURLChunks = 8; const int kMaxNumURLChunkValueLength = 255; const char *kUrlChunkFormatStr = "url-chunk-%d"; const char *kGuidParamName = "guid"; -const char *kGPUVendorIdParamName = "gpu-vendid"; +const char *kGPUVendorIdParamName = "gpu-venid"; const char *kGPUDeviceIdParamName = "gpu-devid"; const char *kGPUDriverVersionParamName = "gpu-driver"; const char *kGPUPixelShaderVersionParamName = "gpu-psver"; |