| Index: chrome/common/extensions/docs/samples.json
|
| diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
|
| index 625f5f5a1795fdc9fdc057d863d6496f8886e106..48089a3280f24bff9152fb239f78fb875b7c1b6a 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",
|
| @@ -243,6 +245,7 @@
|
| "chrome.fileSystem.chooseFile": "fileSystem.html#method-chooseFile",
|
| "chrome.fileSystem.getDisplayPath": "fileSystem.html#method-getDisplayPath",
|
| "chrome.fileSystem.getWritableFileEntry": "fileSystem.html#method-getWritableFileEntry",
|
| + "chrome.fileSystem.isWritableFileEntry": "fileSystem.html#method-isWritableFileEntry",
|
| "chrome.history.addUrl": "history.html#method-addUrl",
|
| "chrome.history.deleteAll": "history.html#method-deleteAll",
|
| "chrome.history.deleteRange": "history.html#method-deleteRange",
|
|
|