Index: chrome/common/extensions/api/experimental_downloads.json |
diff --git a/chrome/common/extensions/api/experimental_downloads.json b/chrome/common/extensions/api/experimental_downloads.json |
index 3aeecb230745fa4921230a09151ddad9af99ed6d..5bbfb0e6cfdabf569d9d6f41d9ded5e3f4e8f8ca 100644 |
--- a/chrome/common/extensions/api/experimental_downloads.json |
+++ b/chrome/common/extensions/api/experimental_downloads.json |
@@ -142,6 +142,11 @@ |
"type": "string", |
"description": "absolute local path" |
}, |
+ "incognito": { |
+ "type": "boolean", |
+ "description": "False if this download is recorded in the history, true if it is not recorded.", |
+ "optional": true |
+ }, |
"danger": { |
"$ref": "DownloadDangerType", |
"description": "Indication of whether this download is thought to be safe or known to be suspicious.", |