| Index: chrome/common/extensions/docs/samples.json
|
| diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
|
| index 32bb3a8daedc03a17e402b9163a76d4f073731e8..942f38ef8150223ec6809b5b8b305bf48762ae06 100644
|
| --- a/chrome/common/extensions/docs/samples.json
|
| +++ b/chrome/common/extensions/docs/samples.json
|
| @@ -31,6 +31,8 @@
|
| "chrome.bookmarks.removeTree": "bookmarks.html#method-removeTree",
|
| "chrome.bookmarks.search": "bookmarks.html#method-search",
|
| "chrome.bookmarks.update": "bookmarks.html#method-update",
|
| + "chrome.browserAction.disable": "browserAction.html#method-disable",
|
| + "chrome.browserAction.enable": "browserAction.html#method-enable",
|
| "chrome.browserAction.getBadgeBackgroundColor": "browserAction.html#method-getBadgeBackgroundColor",
|
| "chrome.browserAction.getBadgeText": "browserAction.html#method-getBadgeText",
|
| "chrome.browserAction.getPopup": "browserAction.html#method-getPopup",
|
| @@ -129,7 +131,6 @@
|
| "chrome.experimental.bluetooth.isAvailable": "experimental.bluetooth.html#method-isAvailable",
|
| "chrome.experimental.bluetooth.isPowered": "experimental.bluetooth.html#method-isPowered",
|
| "chrome.experimental.bluetooth.onAvailabilityChanged": "experimental.bluetooth.html#event-onAvailabilityChanged",
|
| - "chrome.experimental.bluetooth.onDeviceDiscovered_": "experimental.bluetooth.html#event-onDeviceDiscovered_",
|
| "chrome.experimental.bluetooth.onPowerChanged": "experimental.bluetooth.html#event-onPowerChanged",
|
| "chrome.experimental.bluetooth.read": "experimental.bluetooth.html#method-read",
|
| "chrome.experimental.bluetooth.setOutOfBandPairingData": "experimental.bluetooth.html#method-setOutOfBandPairingData",
|
|
|