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

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

Issue 260943002: [fsp] Extract common code to FileSystemProvidedInternalFunction. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Simplified + addressed comments. Created 6 years, 8 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 d8f8619e43081ffd62315fe21824c6b133b2bdaa..5ca491161001b80fed59f47eebfa32e293c152c0 100644
--- a/chrome/common/extensions/api/file_system_provider.idl
+++ b/chrome/common/extensions/api/file_system_provider.idl
@@ -102,7 +102,7 @@ namespace fileSystemProvider {
ProviderSuccessCallback successCallback,
ProviderErrorCallback errorCallback);
- // Raised, when metadata of a file or a directory at <code>entryPath</code>
+ // Raised when metadata of a file or a directory at <code>entryPath</code>
// is requested. The metadata should be returned with the <code>
// successCallback</code> call. In case of an error, <code>errorCallback
// </code> must be called.

Powered by Google App Engine
This is Rietveld 408576698