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

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

Issue 7466046: Some filebrowser bugs and retiring DiskChanged event in filebrowser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Two code formatting issues 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/file_manager.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
===================================================================
--- chrome/test/data/extensions/api_test/filebrowser_mount/test.html (revision 96398)
+++ chrome/test/data/extensions/api_test/filebrowser_mount/test.html (working copy)
@@ -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: 'mount_path1',
systemPath: 'system_path1',
filePath: 'file_path1',
deviceLabel: 'device_label1',
@@ -17,7 +17,7 @@
var expectedVolume2 = {
devicePath: 'device_path2',
- mountPath: 'mount_path2/',
+ mountPath: 'mount_path2',
systemPath: 'system_path2',
filePath: 'file_path2',
deviceLabel: 'device_label2',
@@ -32,7 +32,7 @@
var expectedVolume3 = {
devicePath: 'device_path3',
- mountPath: 'mount_path3/',
+ mountPath: 'mount_path3',
systemPath: 'system_path3',
filePath: 'file_path3',
deviceLabel: 'device_label3',
« no previous file with comments | « chrome/browser/resources/file_manager/js/file_manager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698