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

Unified Diff: chrome/common/extensions/docs/examples/api/storage/stylizr/manifest.json

Issue 9691033: Update the Stylizr example to work with the manifest changes the Storage API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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/common/extensions/docs/examples/api/storage/stylizr/manifest.json
diff --git a/chrome/common/extensions/docs/examples/api/storage/stylizr/manifest.json b/chrome/common/extensions/docs/examples/api/storage/stylizr/manifest.json
index 64484e0346aaf8171453a759195879e131e46da5..69c0bec598ea3d546daa97ef79ddb58983c42c90 100644
--- a/chrome/common/extensions/docs/examples/api/storage/stylizr/manifest.json
+++ b/chrome/common/extensions/docs/examples/api/storage/stylizr/manifest.json
@@ -4,9 +4,9 @@
"version": "1.0",
"permissions": [
+ "storage",
"tabs",
- "<all_urls>",
- "experimental"
+ "<all_urls>"
],
"options_page": "options.html",

Powered by Google App Engine
This is Rietveld 408576698