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", |