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

Unified Diff: chrome/test/data/extensions/api_test/downloads/manifest.json

Issue 9425014: Fix most of the downloads api in incognito profiles (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 8 years, 8 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/test/data/extensions/api_test/downloads/manifest.json
diff --git a/chrome/test/data/extensions/api_test/downloads/manifest.json b/chrome/test/data/extensions/api_test/downloads/manifest.json
index e6ad508948c0c323a9fc410ab250673e1d528d32..f0218c8f9fbfb45aa880e26ac691f24284335b33 100644
--- a/chrome/test/data/extensions/api_test/downloads/manifest.json
+++ b/chrome/test/data/extensions/api_test/downloads/manifest.json
@@ -1,10 +1,11 @@
{
"name": "chrome.experimental.downloads",
"version": "0.1",
+ "incognito": "split",
"manifest_version": 2,
"description": "end-to-end browser test for chrome.experimental.downloads API",
"background": {
"scripts": ["test.js"]
},
- "permissions": ["experimental", "downloads", "http://*/*", "https://*/*"]
+ "permissions": ["tabs", "experimental", "downloads", "http://*/*", "https://*/*"]
}

Powered by Google App Engine
This is Rietveld 408576698