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

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

Issue 109973002: Migrate from URLs to Entries in the Files App's gallery. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. Created 7 years 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/foreground/js/photo/slide_mode.js ('k') | 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/foreground/js/volume_manager_wrapper.js
diff --git a/chrome/browser/resources/file_manager/foreground/js/volume_manager_wrapper.js b/chrome/browser/resources/file_manager/foreground/js/volume_manager_wrapper.js
index 411723deda2851af91f3136a713ea6e988300813..a9631dc92d9b3883bce2cf0fb09f89b2f2578536 100644
--- a/chrome/browser/resources/file_manager/foreground/js/volume_manager_wrapper.js
+++ b/chrome/browser/resources/file_manager/foreground/js/volume_manager_wrapper.js
@@ -137,7 +137,7 @@ VolumeManagerWrapper.prototype.onEvent_ = function(event) {
// If the drive is disabled, ignore all drive related events.
if (event.type === 'drive-connection-changed' ||
(event.type === 'externally-unmounted' &&
- event.volumeType === util.VolumeType.DRIVE))
+ event.volumeInfo.volumeType === util.VolumeType.DRIVE))
return;
}
« no previous file with comments | « chrome/browser/resources/file_manager/foreground/js/photo/slide_mode.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698