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

Unified Diff: chrome/test/data/extensions/api_test/preference/standard/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/standard/manifest.json
diff --git a/chrome/test/data/extensions/api_test/preference/standard/manifest.json b/chrome/test/data/extensions/api_test/preference/standard/manifest.json
index 43047a2f3b6e71b98bf29c4255087fe16449afcb..291d59f2035671c1dfc2814342693d3c38724eb6 100644
--- a/chrome/test/data/extensions/api_test/preference/standard/manifest.json
+++ b/chrome/test/data/extensions/api_test/preference/standard/manifest.json
@@ -3,7 +3,7 @@
"version" : "0.1",
"manifest_version": 2,
"description" : "Preferences API Test Extension",
- "permissions": [ "experimental", "privacy" ],
+ "permissions": [ "privacy" ],
"background": {
"page": "test.html"
}

Powered by Google App Engine
This is Rietveld 408576698