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

Unified Diff: ui/file_manager/file_manager/background/js/volume_manager.js

Issue 304683002: Add the browser test for the new gallery. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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: ui/file_manager/file_manager/background/js/volume_manager.js
diff --git a/ui/file_manager/file_manager/background/js/volume_manager.js b/ui/file_manager/file_manager/background/js/volume_manager.js
index f4fc5a2b35d5d47ecde0b995d4d4494e5e63574e..48011f53190e81ed0e340124fa1cca57a0dde8ce 100644
--- a/ui/file_manager/file_manager/background/js/volume_manager.js
+++ b/ui/file_manager/file_manager/background/js/volume_manager.js
@@ -47,7 +47,7 @@ function VolumeInfo(
this.fakeEntries_[VolumeManagerCommon.RootType.DRIVE_OFFLINE] = {
isDirectory: true,
rootType: VolumeManagerCommon.RootType.DRIVE_OFFLINE,
- toURL: function() { return 'fake-entry://drive_offline' }
+ toURL: function() { return 'fake-entry://drive_offline'; }
};
this.fakeEntries_[VolumeManagerCommon.RootType.DRIVE_SHARED_WITH_ME] = {
isDirectory: true,

Powered by Google App Engine
This is Rietveld 408576698