| Index: chrome/common/extensions/docs/samples.json
|
| diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
|
| index 23f318addf36dac8ad4b131bf6362bcda661ea80..2a27aadbd0d8f2ab6168dfd4f601fe237d5b3c17 100644
|
| --- a/chrome/common/extensions/docs/samples.json
|
| +++ b/chrome/common/extensions/docs/samples.json
|
| @@ -134,6 +134,12 @@
|
| "chrome.pageAction.setPopup": "pageAction.html#method-setPopup",
|
| "chrome.pageAction.setTitle": "pageAction.html#method-setTitle",
|
| "chrome.pageAction.show": "pageAction.html#method-show",
|
| + "chrome.permissions.contains": "permissions.html#method-contains",
|
| + "chrome.permissions.getAll": "permissions.html#method-getAll",
|
| + "chrome.permissions.onAdded": "permissions.html#event-onAdded",
|
| + "chrome.permissions.onRemoved": "permissions.html#event-onRemoved",
|
| + "chrome.permissions.remove": "permissions.html#method-remove",
|
| + "chrome.permissions.request": "permissions.html#method-request",
|
| "chrome.proxy.onProxyError": "proxy.html#event-onProxyError",
|
| "chrome.tabs.captureVisibleTab": "tabs.html#method-captureVisibleTab",
|
| "chrome.tabs.connect": "tabs.html#method-connect",
|
|
|