Index: chrome/test/data/extensions/api_test/content_settings/standard/manifest.json |
diff --git a/chrome/test/data/extensions/api_test/content_settings/standard/manifest.json b/chrome/test/data/extensions/api_test/content_settings/standard/manifest.json |
index ab04c767dbe289ec2f2e50477c5ee1bbcd8991b5..c8d313e622945c8f9621a795c7ac5eac88258510 100644 |
--- a/chrome/test/data/extensions/api_test/content_settings/standard/manifest.json |
+++ b/chrome/test/data/extensions/api_test/content_settings/standard/manifest.json |
@@ -2,6 +2,6 @@ |
"name" : "Content Settings API Test Extension", |
"version" : "0.1", |
"description" : "Content Settings API Test Extension", |
- "permissions": [ "experimental", "contentSettings" ], |
+ "permissions": [ "contentSettings" ], |
"background_page": "test.html" |
} |