summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
authorhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-04 15:03:11 +0000
committerhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-04 15:03:11 +0000
commita5a8b411638be7ba86fb9f26dbf7dd64263fd4dd (patch)
tree3450420b877af4d37f9317e22bc720cc5727bc21 /chrome/test
parent3fc84cd995d4822925c3a5a2b58949e21ac23463 (diff)
downloadchromium_src-a5a8b411638be7ba86fb9f26dbf7dd64263fd4dd.zip
chromium_src-a5a8b411638be7ba86fb9f26dbf7dd64263fd4dd.tar.gz
chromium_src-a5a8b411638be7ba86fb9f26dbf7dd64263fd4dd.tar.bz2
chromeos: Use /tmp as mount root directory for stubs.
Move RegisterFileSystem calls for default system mount points to CrosMountProvider. Add CrosDisksClient::GetArchiveMountRootDirectory/GetDiskMountRootDirectory. BUG=178987 TEST=git cl try Review URL: https://chromiumcodereview.appspot.com/12397002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185898 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/data/extensions/api_test/filebrowser_mount/test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/data/extensions/api_test/filebrowser_mount/test.js b/chrome/test/data/extensions/api_test/filebrowser_mount/test.js
index b6b6812..f6a141e 100644
--- a/chrome/test/data/extensions/api_test/filebrowser_mount/test.js
+++ b/chrome/test/data/extensions/api_test/filebrowser_mount/test.js
@@ -53,7 +53,7 @@ var expectedVolume3 = {
// and values sorted by mountPath.
var expectedMountPoints = [
{
- sourcePath: '/media/removable/archive_path',
+ sourcePath: 'archive_path',
mountPath: 'archive/archive_mount_path',
mountType: 'file',
mountCondition: ''