[fsp] Fix parsing a URL in case it is of an isolated type.
commit5c5291df2649a2d86c55f229a42fe3a50577a171
authormtomasz@chromium.org <mtomasz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 27 Jun 2014 06:07:49 +0000 (27 06:07 +0000)
committermtomasz@chromium.org <mtomasz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 27 Jun 2014 06:07:49 +0000 (27 06:07 +0000)
tree43f06a24a6a66d509145ec1a6bf8087ba6823f75
parent8688c3a0638c4fa48181851bb26b29a2cb881b48
[fsp] Fix parsing a URL in case it is of an isolated type.

Before, the parser class was parsing a virtual_path() member of the passed URL,
which in case of an isolated file system url was of a different format.

This CL resolves this issue by relying on path(), not virtual_path(). The first
one is of the same format for both file system url types.

TEST=unit_test: *FileSystemProvider*Parser_IsolatedURL&
BUG=388963

Review URL: https://codereview.chromium.org/339713007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@280248 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/chromeos/file_system_provider/mount_path_util.cc
chrome/browser/chromeos/file_system_provider/mount_path_util_unittest.cc