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 502a26cc0b732ac96c5c80a4876254b97f123709..a4e6e9df00c25a4cffe64777d477df32b911d3c8 100644 |
--- a/chrome/common/extensions/api/file_system.idl |
+++ b/chrome/common/extensions/api/file_system.idl |
@@ -8,7 +8,7 @@ |
callback GetDisplayPathCallback = void (DOMString displayPath); |
interface Functions { |
- static void getDisplayPath(DOMString fsname, DOMString fspath, |
+ static void getDisplayPath([instanceOf=FileEntry] object fileEntry, |
GetDisplayPathCallback onSuccess); |
}; |
}; |