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

Unified Diff: chrome/test/data/extensions/api_test/filebrowser_mount/test.html

Issue 7583041: Adding a format device button to UI. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: fix Created 9 years, 4 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
« no previous file with comments | « chrome/browser/resources/file_manager/js/mock_chrome.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/filebrowser_mount/test.html
diff --git a/chrome/test/data/extensions/api_test/filebrowser_mount/test.html b/chrome/test/data/extensions/api_test/filebrowser_mount/test.html
index f3cdb90ad3fd740f836f8b1cbd65b3a0334257c0..387bc7e5042c55dadeb9acd664adb23185bde25f 100644
--- a/chrome/test/data/extensions/api_test/filebrowser_mount/test.html
+++ b/chrome/test/data/extensions/api_test/filebrowser_mount/test.html
@@ -2,7 +2,7 @@
// These have to be sync'd with extension_file_browser_private_apitest.cc
var expectedVolume1 = {
devicePath: 'device_path1',
- mountPath: 'mount_path1',
+ mountPath: 'removable/mount_path1',
systemPath: 'system_path1',
filePath: 'file_path1',
deviceLabel: 'device_label1',
@@ -18,6 +18,7 @@ var expectedVolume1 = {
var expectedVolume2 = {
devicePath: 'device_path2',
mountPath: 'mount_path2',
+ mountPath: 'removable/mount_path2',
systemPath: 'system_path2',
filePath: 'file_path2',
deviceLabel: 'device_label2',
@@ -33,6 +34,7 @@ var expectedVolume2 = {
var expectedVolume3 = {
devicePath: 'device_path3',
mountPath: 'mount_path3',
+ mountPath: 'removable/mount_path3',
systemPath: 'system_path3',
filePath: 'file_path3',
deviceLabel: 'device_label3',
« no previous file with comments | « chrome/browser/resources/file_manager/js/mock_chrome.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698