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

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

Issue 9244005: Move the `privacy` extension API out of experimental. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: License. Created 8 years, 11 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/preference/persistent_incognito/manifest.json
diff --git a/chrome/test/data/extensions/api_test/preference/persistent_incognito/manifest.json b/chrome/test/data/extensions/api_test/preference/persistent_incognito/manifest.json
index f5b00351837d3ad3ff0bb255f93a966e8c904df7..1070c7e85c02049516aa88ef2b9ca0bc8641f542 100644
--- a/chrome/test/data/extensions/api_test/preference/persistent_incognito/manifest.json
+++ b/chrome/test/data/extensions/api_test/preference/persistent_incognito/manifest.json
@@ -3,7 +3,7 @@
"version" : "0.1",
"manifest_version": 2,
"description" : "Preference API Test Extension (Incognito)",
- "permissions": [ "experimental", "privacy" ],
+ "permissions": [ "privacy" ],
"background": {
"page": "test.html"
}

Powered by Google App Engine
This is Rietveld 408576698