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

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

Issue 5742011: Do not create an incognito profile if none exists in cookies.getAllCookieStores (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/browser/extensions
Patch Set: Created 10 years 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/incognito/dont_create_profile/manifest.json
diff --git a/chrome/test/data/extensions/api_test/incognito/enumerate_tabs/manifest.json b/chrome/test/data/extensions/api_test/incognito/dont_create_profile/manifest.json
similarity index 83%
rename from chrome/test/data/extensions/api_test/incognito/enumerate_tabs/manifest.json
rename to chrome/test/data/extensions/api_test/incognito/dont_create_profile/manifest.json
index fc85e95ca80bbeb51c020d74b03902aaee93936f..c8ebfdc288093bdcaa52b0fb28c3ff1be51ad5a2 100644
--- a/chrome/test/data/extensions/api_test/incognito/enumerate_tabs/manifest.json
+++ b/chrome/test/data/extensions/api_test/incognito/dont_create_profile/manifest.json
@@ -3,5 +3,5 @@
"version": "0.1",
"description": "test that an incognito extension can't accidentially create an OTR profile",
"background_page": "background.html",
- "permissions": ["tabs"]
+ "permissions": ["tabs", "cookies"]
}

Powered by Google App Engine
This is Rietveld 408576698