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

Unified Diff: chrome/common/extensions/api/experimental_downloads.json

Issue 9425014: Fix most of the downloads api in incognito profiles (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: GetFileIcon Created 8 years, 7 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/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.",

Powered by Google App Engine
This is Rietveld 408576698