Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9482)

Unified Diff: chrome/common/extensions/docs/samples.json

Issue 9721013: Move topSites API out of experimental (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Merge Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | chrome/common/extensions/docs/static/permissions.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/samples.json
diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
index 545ce87c4548f79e8315a99c7cd12dffca611e10..f7c9d4929a61ad2e724ad8f1336a7a26e306d48f 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -228,6 +228,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",
@@ -1749,12 +1750,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",
@@ -1762,17 +1765,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"
},
{
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | chrome/common/extensions/docs/static/permissions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698