| Index: chrome/common/extensions/api/file_manager_private.idl
|
| diff --git a/chrome/common/extensions/api/file_manager_private.idl b/chrome/common/extensions/api/file_manager_private.idl
|
| index cf14c43b7b6aaa2c73440c078a11116d95058c31..53131e40f5741168e22fc7b69a94c0ebb4bdf227 100644
|
| --- a/chrome/common/extensions/api/file_manager_private.idl
|
| +++ b/chrome/common/extensions/api/file_manager_private.idl
|
| @@ -167,6 +167,9 @@ dictionary FileTask {
|
|
|
| // True if this task is a default task for the selected files.
|
| boolean isDefault;
|
| +
|
| + // True if this task is from generic file handler.
|
| + boolean isGenericFileHandler;
|
| };
|
|
|
| // Additional entry properties.
|
|
|