Index: chrome/common/extensions/api/file_browser_private.json |
diff --git a/chrome/common/extensions/api/file_browser_private.json b/chrome/common/extensions/api/file_browser_private.json |
index d0f92b1ba1bbb18fb3c4920a7564da13ce9b2df8..11e359aa5689568daf1417f4d61bab69d0c7474b 100644 |
--- a/chrome/common/extensions/api/file_browser_private.json |
+++ b/chrome/common/extensions/api/file_browser_private.json |
@@ -15,6 +15,7 @@ |
"taskId": {"type": "string", "description": "The unique identifier of the task."}, |
"title": {"type": "string", "description": "Task title."}, |
"iconUrl": {"type": "string", "description": "Task icon url (from chrome://extension-icon/...)"}, |
+ "driveApp": {"type": "boolean", "description": "True if this is Drive App."}, |
"patterns": { |
"type": "array", |
"items": { "type": "string" }, |