Fix two incorrect uses of string conversion to/from ASCII when strings in
commit79009323db93e33c93edfb101d5d1b7849345370
authorjshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 27 May 2010 18:48:35 +0000 (27 18:48 +0000)
committerjshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 27 May 2010 18:48:35 +0000 (27 18:48 +0000)
tree3000c62eabad3f4e5dbdcc1f87c1e53f77f786e1
parent69027b47871c0b065050767fac04ae46489c93c6
Fix two incorrect uses of string conversion to/from ASCII when strings in
questions can contain non-ASCII characters.

They lead the error message to be garbled and an non-ASCII path to turn
empty.

BUG=44145,45009
TEST=See bugs

Review URL: http://codereview.chromium.org/2148004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48413 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/extensions/extensions_ui.cc