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

Unified Diff: chrome/common/child_process_logging_mac.mm

Issue 6346007: Refactor and improve gpu_info_collector: collect information on linux;... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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/child_process_logging_mac.mm
===================================================================
--- chrome/common/child_process_logging_mac.mm (revision 71329)
+++ chrome/common/child_process_logging_mac.mm (working copy)
@@ -151,7 +151,7 @@
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()),

Powered by Google App Engine
This is Rietveld 408576698