Index: chrome/common/extensions/api/file_system.idl |
diff --git a/chrome/common/extensions/api/file_system.idl b/chrome/common/extensions/api/file_system.idl |
index 6ea554a663153f884ead0320e2a15960e1e927f3..a55a0b37d01c71536e4f7ff4a608fb272dd00933 100644 |
--- a/chrome/common/extensions/api/file_system.idl |
+++ b/chrome/common/extensions/api/file_system.idl |
@@ -103,11 +103,6 @@ |
[nodoc] dictionary ChildChange { |
[instanceOf=Entry] object entry; |
ChildChangeType type; |
- }; |
- |
- // Event notifying about an inserted or a removed volume from the system. |
- dictionary VolumeListChangedEvent { |
- Volume[] volumes; |
}; |
// Event notifying about a change in a file or a directory, including its |
@@ -222,9 +217,6 @@ |
}; |
interface Events { |
- // Called when a list of available volumes is changed. |
- static void onVolumeListChanged(VolumeListChangedEvent event); |
- |
// Called when an observed entry is changed. |
[nodoc] static void onEntryChanged(EntryChangedEvent event); |