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

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: nit 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
Index: chrome/common/extensions/docs/samples.json
diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
index f10bfbaf011ab61334a4f552c9586a9c580133f9..58dfd8d718557863539c5a076564db42db80f706 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": "342c447b76b44c7a4ae856ed1bbea419970ef99e",
+ "zip_path": "examples\/api\/contentSettings.zip"
+ },
+ {
+ "api_calls": [
"chrome.contextMenus.create"
],
"description": "Shows some of the features of the Context Menus API",

Powered by Google App Engine
This is Rietveld 408576698