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

Unified Diff: chrome/browser/resources/file_manager/js/volume_manager.js

Issue 10874067: chromeos: Move src/chrome/browser/chromeos/disks to src/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
Index: chrome/browser/resources/file_manager/js/volume_manager.js
diff --git a/chrome/browser/resources/file_manager/js/volume_manager.js b/chrome/browser/resources/file_manager/js/volume_manager.js
index fd9f0a94191215bd3f163913f491049779f493dc..965b6d3426842bf41e04ec1df2ae1f8289aa3cec 100644
--- a/chrome/browser/resources/file_manager/js/volume_manager.js
+++ b/chrome/browser/resources/file_manager/js/volume_manager.js
@@ -348,7 +348,7 @@ VolumeManager.prototype.isUnreadable = function(mountPath) {
/**
* @param {string} mountPath Volume mounted path.
* @return {string} Device type ('usb'|'sd'|'optical'|'mobile'|'unknown')
- * (as defined in chrome/browser/chromeos/disks/disk_mount_manager.cc).
+ * (as defined in chromeos/disks/disk_mount_manager.cc).
*/
VolumeManager.prototype.getDeviceType = function(mountPath) {
return this.getVolumeInfo_(mountPath).deviceType;
« no previous file with comments | « chrome/browser/media_gallery/media_device_notifications_chromeos_unittest.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698