| 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..9e460d12c5e36f4e6855950c877f7fdda33adc44 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 encountered an error and could not proceed.
|
| + error
|
| };
|
|
|
| [inline_doc] dictionary MediaFileSystemsDetails {
|
|
|