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

Unified Diff: chrome/common/extensions/docs/samples.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
« no previous file with comments | « chrome/common/extensions/docs/examples/api/storage/stylizr/options.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/samples.json
diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
index ca557dfa6d6b83f27abb721f37b9ce92a493c006..f7e61bdfea634fc73f4384e77b59934cef67075b 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -2194,8 +2194,8 @@
"features": [
"<all_urls>",
"browser_action",
- "experimental",
"options_page",
+ "storage",
"tabs"
],
"icon": null,
@@ -2204,7 +2204,7 @@
"packaged_app": false,
"path": "examples\/api\/storage\/stylizr\/",
"protocols": [],
- "search_string": "STYLIZR SPRUCE UP YOUR PAGES WITH CUSTOM CSS. <ALL_URLS> BROWSER_ACTION EXPERIMENTAL OPTIONS_PAGE TABS CHROME.EXTENSION.GETURL CHROME.TABS.INSERTCSS",
+ "search_string": "STYLIZR SPRUCE UP YOUR PAGES WITH CUSTOM CSS. <ALL_URLS> BROWSER_ACTION OPTIONS_PAGE STORAGE TABS CHROME.EXTENSION.GETURL CHROME.TABS.INSERTCSS",
"source_files": [
"manifest.json",
"options.html",
@@ -2212,7 +2212,7 @@
"popup.html",
"popup.js"
],
- "source_hash": "d037912040032793d06755ea44f5e638e8bac10f",
+ "source_hash": "61ccd353013bfd844716c43d0f0a46cde5d1690a",
"zip_path": "examples\/api\/storage\/stylizr.zip"
},
{
« no previous file with comments | « chrome/common/extensions/docs/examples/api/storage/stylizr/options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698