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

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

Issue 7457001: Adding support for mount point different from removable devices to MountLibrary (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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/common/extensions/api/extension_api.json ('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 93731)
+++ chrome/test/data/extensions/api_test/filebrowser_mount/test.html (working copy)
@@ -62,9 +62,9 @@
};
chrome.test.runTests([
- function unmountVolume() {
- chrome.fileBrowserPrivate.unmountVolume("devicePath1");
- // We actually check this one on C++ side. If MountLibrary.UnmountPath
+ function removeMount() {
+ chrome.fileBrowserPrivate.removeMount("devicePath1");
+ // We actually check this one on C++ side. If MountLibrary.RemoveMount
// doesn't get called, test will fail.
chrome.test.succeed();
},
« no previous file with comments | « chrome/common/extensions/api/extension_api.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698