DescriptionRemove #if from platform app launch code.
Convert path to UTF8 using the file_path routine AsUTF8Unsafe, instead of leaving as-is for all OS's except windows where conversion was UTF16ToUTF8. Using the file_path routine is safer, despite its name.
This will potentially still have some problems on weird POSIX systems, but should be more robust that the previous #if version.
BUG=None
TEST=Covered by existing tests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=141178
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|