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

Unified Diff: chrome/test/data/extensions/api_test/file_browser/mount_test/test.js

Issue 673253005: Revert of Add a has_media flag to VolumeMetadata. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « chrome/common/extensions/api/file_manager_private.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/file_browser/mount_test/test.js
diff --git a/chrome/test/data/extensions/api_test/file_browser/mount_test/test.js b/chrome/test/data/extensions/api_test/file_browser/mount_test/test.js
index 367bcbfdd41984d1c38c05741dcd3d1641a2e6aa..9b317218384370efc2f8a93007d64b8dfd1e8f20 100644
--- a/chrome/test/data/extensions/api_test/file_browser/mount_test/test.js
+++ b/chrome/test/data/extensions/api_test/file_browser/mount_test/test.js
@@ -12,7 +12,6 @@
devicePath: 'system_path_prefix1',
isParentDevice: false,
isReadOnly: false,
- hasMedia: false,
profile: {profileId: "", displayName: "", isCurrentProfile: true}
};
@@ -25,7 +24,6 @@
devicePath: 'system_path_prefix2',
isParentDevice: true,
isReadOnly: true,
- hasMedia: true,
profile: {profileId: "", displayName: "", isCurrentProfile: true}
};
@@ -38,7 +36,6 @@
devicePath: 'system_path_prefix3',
isParentDevice: true,
isReadOnly: false,
- hasMedia: false,
profile: {profileId: "", displayName: "", isCurrentProfile: true}
};
@@ -47,7 +44,6 @@
volumeLabel: '',
volumeType: 'downloads',
isReadOnly: false,
- hasMedia: true,
profile: {profileId: "", displayName: "", isCurrentProfile: true}
};
@@ -57,7 +53,6 @@
sourcePath: /^\/special\/drive[^\/]*$/,
volumeType: 'drive',
isReadOnly: false,
- hasMedia: true,
profile: {profileId: "", displayName: "", isCurrentProfile: true}
};
@@ -67,7 +62,6 @@
sourcePath: /removable\/mount_path3\/archive.zip$/,
volumeType: 'archive',
isReadOnly: true,
- hasMedia: false,
profile: {profileId: "", displayName: "", isCurrentProfile: true}
};
« no previous file with comments | « chrome/common/extensions/api/file_manager_private.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698