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

Unified Diff: chrome/common/extensions/api/file_system_provider.idl

Issue 209663006: [fsp] Simplify ID of provided file systems. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. Created 6 years, 9 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: chrome/common/extensions/api/file_system_provider.idl
diff --git a/chrome/common/extensions/api/file_system_provider.idl b/chrome/common/extensions/api/file_system_provider.idl
index a3385aa8365152e86744fba5136f0c9848b1b3d0..173a1c8c2d806be7fb81ee04217d1c7b023438b0 100644
--- a/chrome/common/extensions/api/file_system_provider.idl
+++ b/chrome/common/extensions/api/file_system_provider.idl
@@ -11,7 +11,7 @@ namespace fileSystemProvider {
// <code>fileSystemID</code> will be a unique ID for the file system just
// mounted. The ID is used to distinguish multiple file systems mounted
// from a single File System Provider.
- callback MountCallback = void(DOMString fileSystemId,
+ callback MountCallback = void(long fileSystemId,
[nodoc, instanceOf=DOMError] object error);
// Callback to handle an error raised from the browser.

Powered by Google App Engine
This is Rietveld 408576698