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

Unified Diff: chrome/common/extensions/docs/samples.json

Issue 7029031: Content settings extension API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync & review Created 9 years, 6 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/samples.html ('k') | chrome/renderer/resources/event_bindings.js » ('j') | 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 5c35a180e037320215a847f193f48af9bf315136..5f3c1556afb989e95985dcd702112ac417bb6832 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -538,6 +538,32 @@
},
{
"api_calls": [
+ "chrome.tabs.get",
+ "chrome.tabs.getSelected"
+ ],
+ "description": "Shows the content settings for the current site.",
+ "features": [
+ "browser_action",
+ "contentSettings",
+ "experimental",
+ "popup",
+ "tabs"
+ ],
+ "icon": null,
+ "id": "e1f97e61e28ff33131d66dd28a4ed70a77874a51",
+ "name": "Content settings",
+ "path": "examples\/api\/contentSettings\/",
+ "protocols": [],
+ "search_string": "CONTENT SETTINGS SHOWS THE CONTENT SETTINGS FOR THE CURRENT SITE. BROWSER_ACTION CONTENTSETTINGS EXPERIMENTAL POPUP TABS CHROME.TABS.GET CHROME.TABS.GETSELECTED",
+ "source_files": [
+ "manifest.json",
+ "popup.html"
+ ],
+ "source_hash": "f53b10cf54302a91ee763af603d7c0a3ffe1461f",
+ "zip_path": "examples\/api\/contentSettings.zip"
+ },
+ {
+ "api_calls": [
"chrome.contextMenus.create"
],
"description": "Shows some of the features of the Context Menus API",
@@ -1471,7 +1497,7 @@
"util\/sorttable.js",
"util\/table2CSV.js"
],
- "source_hash": "7e592dbd3446353f7d98d1760f7cd773035aaaad",
+ "source_hash": "67c8c6468fbc9c35433719bfbe9683f92c51248c",
"zip_path": "examples\/extensions\/benchmark.zip"
},
{
@@ -1740,7 +1766,7 @@
"screenshot.html",
"screenshot.js"
],
- "source_hash": "a822ee354314b8ff943ddf537e0cdff2e2fd36c9",
+ "source_hash": "559684528065aa7782e802bfba6ebf3ec238d7cc",
"zip_path": "examples\/api\/tabs\/screenshot.zip"
},
{
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | chrome/renderer/resources/event_bindings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698