| Index: chrome/common/extensions/docs/samples.json
|
| diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
|
| index ed13ebaea0de92f054788738569362e514e4e0dd..6b78adbd031811ef273b087216046d0780b125c8 100644
|
| --- a/chrome/common/extensions/docs/samples.json
|
| +++ b/chrome/common/extensions/docs/samples.json
|
| @@ -18,6 +18,10 @@
|
| "chrome.bookmarks.removeTree": "bookmarks.html#method-removeTree",
|
| "chrome.bookmarks.search": "bookmarks.html#method-search",
|
| "chrome.bookmarks.update": "bookmarks.html#method-update",
|
| + "chrome.browserAction.getBadgeBackgroundColor": "browserAction.html#method-getBadgeBackgroundColor",
|
| + "chrome.browserAction.getBadgeText": "browserAction.html#method-getBadgeText",
|
| + "chrome.browserAction.getPopup": "browserAction.html#method-getPopup",
|
| + "chrome.browserAction.getTitle": "browserAction.html#method-getTitle",
|
| "chrome.browserAction.onClicked": "browserAction.html#event-onClicked",
|
| "chrome.browserAction.setBadgeBackgroundColor": "browserAction.html#method-setBadgeBackgroundColor",
|
| "chrome.browserAction.setBadgeText": "browserAction.html#method-setBadgeText",
|
| @@ -142,6 +146,8 @@
|
| "chrome.omnibox.onInputEntered": "omnibox.html#event-onInputEntered",
|
| "chrome.omnibox.onInputStarted": "omnibox.html#event-onInputStarted",
|
| "chrome.omnibox.setDefaultSuggestion": "omnibox.html#method-setDefaultSuggestion",
|
| + "chrome.pageAction.getPopup": "pageAction.html#method-getPopup",
|
| + "chrome.pageAction.getTitle": "pageAction.html#method-getTitle",
|
| "chrome.pageAction.hide": "pageAction.html#method-hide",
|
| "chrome.pageAction.onClicked": "pageAction.html#event-onClicked",
|
| "chrome.pageAction.setIcon": "pageAction.html#method-setIcon",
|
| @@ -180,6 +186,7 @@
|
| "chrome.tabs.remove": "tabs.html#method-remove",
|
| "chrome.tabs.sendRequest": "tabs.html#method-sendRequest",
|
| "chrome.tabs.update": "tabs.html#method-update",
|
| + "chrome.topSites.get": "topSites.html#method-get",
|
| "chrome.tts.getVoices": "tts.html#method-getVoices",
|
| "chrome.tts.isSpeaking": "tts.html#method-isSpeaking",
|
| "chrome.tts.speak": "tts.html#method-speak",
|
| @@ -1696,12 +1703,14 @@
|
| "zip_path": "examples\/api\/notifications.zip"
|
| },
|
| {
|
| - "api_calls": [],
|
| + "api_calls": [
|
| + "chrome.topSites.get"
|
| + ],
|
| "crx_path": null,
|
| "description": "extension to prototype new NTP designs",
|
| "features": [
|
| "chrome_url_overrides",
|
| - "experimental"
|
| + "topSites"
|
| ],
|
| "icon": null,
|
| "id": "2df34c9db20549bd52f2dec3d59d564853bdefac",
|
| @@ -1709,17 +1718,16 @@
|
| "packaged_app": false,
|
| "path": "examples\/api\/topsites\/magic8ball\/",
|
| "protocols": [
|
| - "chrome:\/\/",
|
| "chrome:\/\/"
|
| ],
|
| - "search_string": "NTP PROTOTYPING EXTENSION EXTENSION TO PROTOTYPE NEW NTP DESIGNS CHROME_URL_OVERRIDES EXPERIMENTAL",
|
| + "search_string": "NTP PROTOTYPING EXTENSION EXTENSION TO PROTOTYPE NEW NTP DESIGNS CHROME_URL_OVERRIDES TOPSITES CHROME.TOPSITES.GET",
|
| "source_files": [
|
| "manifest.json",
|
| "newTab.css",
|
| "newTab.html",
|
| "newTab.js"
|
| ],
|
| - "source_hash": "4d7cc6f66c8bee44ae3857b7dcb7bdae7c3e60f5",
|
| + "source_hash": "e31b2a10f0fa1455d7bd14f5da5f157efff99ec7",
|
| "zip_path": "examples\/api\/topsites\/magic8ball.zip"
|
| },
|
| {
|
|
|