| 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..90eb1977a1d86945191a1a6ac56a737d94c43330 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": "5fbfcbe57d67f676a4c793fa4a18e8cf20176e0e",
|
| + "zip_path": "examples\/api\/contentSettings.zip"
|
| + },
|
| + {
|
| + "api_calls": [
|
| "chrome.contextMenus.create"
|
| ],
|
| "description": "Shows some of the features of the Context Menus API",
|
|
|