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

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

Issue 13496017: filemanager: Pass the entire Drive path to DirectoryModel for setupCurrentDirectory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove garbage line. Created 7 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/js/file_manager.js
diff --git a/chrome/browser/resources/file_manager/js/file_manager.js b/chrome/browser/resources/file_manager/js/file_manager.js
index 6b7145d2712db92bfa9681d4b89e354b22ea9953..60815d1cbeeeb37555172d533305c755118f1ffd 100644
--- a/chrome/browser/resources/file_manager/js/file_manager.js
+++ b/chrome/browser/resources/file_manager/js/file_manager.js
@@ -1360,7 +1360,7 @@ DialogType.isModal = function(type) {
this.delayShow_(500);
// Reflect immediatelly in the UI we are on Drive and display
// mounting UI.
- this.directoryModel_.setupPath(RootDirectory.DRIVE);
+ this.directoryModel_.setupPath(path);
if (!this.isOnDrive()) {
// Since DRIVE is not mounted it should be resolved synchronously
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698