summaryrefslogtreecommitdiffstats
path: root/extensions/common/manifest_handlers/file_handler_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/common/manifest_handlers/file_handler_info.h')
-rw-r--r--extensions/common/manifest_handlers/file_handler_info.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/common/manifest_handlers/file_handler_info.h b/extensions/common/manifest_handlers/file_handler_info.h
index ac458e1..ac9e51d 100644
--- a/extensions/common/manifest_handlers/file_handler_info.h
+++ b/extensions/common/manifest_handlers/file_handler_info.h
@@ -27,6 +27,9 @@ struct FileHandlerInfo {
// MIME types associated with this handler.
std::set<std::string> types;
+
+ // True if the handler can manage directories.
+ bool include_directories;
};
typedef std::vector<FileHandlerInfo> FileHandlersInfo;