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

Unified Diff: chrome/common/child_process_logging_win.cc

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_win.cc
===================================================================
--- chrome/common/child_process_logging_win.cc (revision 71329)
+++ chrome/common/child_process_logging_win.cc (working copy)
@@ -139,7 +139,7 @@
(set_gpu_info)(
base::UintToString16(gpu_info.vendor_id()).c_str(),
base::UintToString16(gpu_info.device_id()).c_str(),
- gpu_info.driver_version().c_str(),
+ UTF8ToUTF16(gpu_info.driver_version()).c_str(),
base::UintToString16(gpu_info.pixel_shader_version()).c_str(),
base::UintToString16(gpu_info.vertex_shader_version()).c_str());
}

Powered by Google App Engine
This is Rietveld 408576698