diff options
author | zmo@google.com <zmo@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-21 00:27:53 +0000 |
---|---|---|
committer | zmo@google.com <zmo@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-21 00:27:53 +0000 |
commit | 7004d7ebec6cd4de175d8f894c2a0c58fb6f41c8 (patch) | |
tree | 5efa0e86cd64c61420909af28d43211d609ebf0f /chrome/common/child_process_logging_mac.mm | |
parent | c7a827e9d91099bae12379f92467e29a8d7ffaab (diff) | |
download | chromium_src-7004d7ebec6cd4de175d8f894c2a0c58fb6f41c8.zip chromium_src-7004d7ebec6cd4de175d8f894c2a0c58fb6f41c8.tar.gz chromium_src-7004d7ebec6cd4de175d8f894c2a0c58fb6f41c8.tar.bz2 |
Refactor and improve gpu_info_collector: collect information on linux;
collect extra information (driver_vendor, gl_renderer, etc.) on Mac/linux.
Note that this CL takes some code from rlp's long outstandingCL (with her
permission).
BUG=49579
TEST=unittest
Review URL: http://codereview.chromium.org/6346007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72055 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 ca12d1c..e14aa36 100644 --- a/chrome/common/child_process_logging_mac.mm +++ b/chrome/common/child_process_logging_mac.mm @@ -151,7 +151,7 @@ void SetGpuInfoImpl(const GPUInfo& gpu_info, base::UintToString(gpu_info.device_id()), set_key_func); SetGpuKeyValue(kGPUDriverVersionParamName, - WideToUTF8(gpu_info.driver_version()), + gpu_info.driver_version(), set_key_func); SetGpuKeyValue(kGPUPixelShaderVersionParamName, base::UintToString(gpu_info.pixel_shader_version()), |