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

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

Issue 106973003: Rename experimental.accessibility to accessibilityPrivate (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix failing tests Created 6 years, 9 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/permissions/enabled/manifest.json
diff --git a/chrome/test/data/extensions/api_test/permissions/enabled/manifest.json b/chrome/test/data/extensions/api_test/permissions/enabled/manifest.json
index dda7eed873431d4e23eeaf6e4141cf7179058c8e..54cf3e9e1ed0860463b0f0b3aba2e3d932242820 100644
--- a/chrome/test/data/extensions/api_test/permissions/enabled/manifest.json
+++ b/chrome/test/data/extensions/api_test/permissions/enabled/manifest.json
@@ -6,5 +6,5 @@
"background": {
"scripts": ["background.js"]
},
- "permissions": [ "tabs", "bookmarks", "history", "experimental" ]
+ "permissions": [ "tabs", "bookmarks", "history" ]
}

Powered by Google App Engine
This is Rietveld 408576698