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. |
satorux1
2014/10/31 06:02:55
please also add some explanation about what is a g
yawano
2014/10/31 07:04:51
Done.
|
+ boolean isGenericFileHandler; |
}; |
// Additional entry properties. |