summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/file_manager/js/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/file_manager/js/main.js')
-rw-r--r--chrome/browser/resources/file_manager/js/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/file_manager/js/main.js b/chrome/browser/resources/file_manager/js/main.js
index 7181285..fcb9f20 100644
--- a/chrome/browser/resources/file_manager/js/main.js
+++ b/chrome/browser/resources/file_manager/js/main.js
@@ -15,7 +15,7 @@ var fileManager;
function init() {
var params;
- var rootPaths = ['Downloads', 'media'];
+ var rootPaths = ['Downloads', 'removable', 'archive', 'tmp'];
if (document.location.search) {
var json = decodeURIComponent(document.location.search.substr(1));