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

Unified Diff: chrome/test/data/extensions/api_test/file_system_provider/get_metadata/test.js

Issue 246913003: [fsp] Add support for reading directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 6 years, 7 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/test/data/extensions/api_test/file_system_provider/get_metadata/test.js
diff --git a/chrome/test/data/extensions/api_test/file_system_provider/get_metadata/test.js b/chrome/test/data/extensions/api_test/file_system_provider/get_metadata/test.js
index a93a323f76f4eb6818469eb71c6e54e359c0a304..1e78b9cffb054c8023f57183c6cc4cf2ace8a4b7 100644
--- a/chrome/test/data/extensions/api_test/file_system_provider/get_metadata/test.js
+++ b/chrome/test/data/extensions/api_test/file_system_provider/get_metadata/test.js
@@ -36,7 +36,7 @@ var TESTING_FILE = Object.freeze({
* @param {string} entryPath Path of the requested entry.
* @param {function(Object)} onSuccess Success callback with metadata passed
* an argument.
- * @param {function(string}} onError Error callback with an error code.
+ * @param {function(string)} onError Error callback with an error code.
*/
function onGetMetadataRequested(
inFileSystemId, entryPath, onSuccess, onError) {

Powered by Google App Engine
This is Rietveld 408576698