Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5104)

Unified Diff: chrome/common/extensions/api/file_manager_private.idl

Issue 686393002: Add isGenericFileHandler property to FileTask. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed comment. Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698