Index: chrome/common/extensions/api/media_galleries.idl |
diff --git a/chrome/common/extensions/api/media_galleries.idl b/chrome/common/extensions/api/media_galleries.idl |
index 5e8fd23121af91bdc572da06e3cc9fd7768e54e2..475ffa373fe4d5890cf7726c659637db3e2e5ada 100644 |
--- a/chrome/common/extensions/api/media_galleries.idl |
+++ b/chrome/common/extensions/api/media_galleries.idl |
@@ -30,7 +30,9 @@ namespace mediaGalleries { |
cancel, |
// The scan finished but none of the result have been added, |
// addScanResults() has to be called to ask the user for permission. |
- finish |
+ finish, |
+ // The scan had an error and could not proceed. |
Lei Zhang
2014/01/29 23:07:53
nit: s/had/encountered/ ?
tommycli
2014/01/29 23:19:56
Done.
|
+ error |
}; |
[inline_doc] dictionary MediaFileSystemsDetails { |