summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/api
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/api')
-rw-r--r--chrome/common/extensions/api/file_system.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/api/file_system.idl b/chrome/common/extensions/api/file_system.idl
index 502a26c..a4e6e9d 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);
};
};