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

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

Issue 216583002: [fsp] Use types from another namespaces in IDL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « chrome/browser/chromeos/extensions/file_system_provider/file_system_provider_api.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/file_system_provider_internal.idl
diff --git a/chrome/common/extensions/api/file_system_provider_internal.idl b/chrome/common/extensions/api/file_system_provider_internal.idl
index 7042897d5244e99a4a2cda16579c4be9360f74c0..1dbeb1c7cc9e6fae346806a870638fbea406be1a 100644
--- a/chrome/common/extensions/api/file_system_provider_internal.idl
+++ b/chrome/common/extensions/api/file_system_provider_internal.idl
@@ -18,9 +18,7 @@ namespace fileSystemProviderInternal {
static void unmountRequestedError(
long fileSystemId,
long requestId,
- // TODO(mtomasz): Use FileSystemProvider::ProviderError when namespaces
- // are fully implemented in IDL.
- DOMString error);
+ fileSystemProvider.ProviderError error);
};
};
« no previous file with comments | « chrome/browser/chromeos/extensions/file_system_provider/file_system_provider_api.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698