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

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

Issue 10310182: Hack to restrict runtime API to dev channel rather than experimental. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: docs Created 8 years, 7 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/extension_messages.h » ('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 35a3d2d4707a37e34f07afad52e77232cc6f8328..8dff95c7be33b677d4a89b35c3b29adffe1ef352 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -182,9 +182,6 @@
"chrome.experimental.offscreenTabs.update": "experimental.offscreenTabs.html#method-update",
"chrome.experimental.record.captureURLs": "experimental.record.html#method-captureURLs",
"chrome.experimental.record.replayURLs": "experimental.record.html#method-replayURLs",
- "chrome.experimental.runtime.getBackgroundPage": "experimental.runtime.html#method-getBackgroundPage",
- "chrome.experimental.runtime.onBackgroundPageUnloadingSoon": "experimental.runtime.html#event-onBackgroundPageUnloadingSoon",
- "chrome.experimental.runtime.onInstalled": "experimental.runtime.html#event-onInstalled",
"chrome.experimental.serial.close": "experimental.serial.html#method-close",
"chrome.experimental.serial.getPorts": "experimental.serial.html#method-getPorts",
"chrome.experimental.serial.open": "experimental.serial.html#method-open",
@@ -269,6 +266,9 @@
"chrome.permissions.remove": "permissions.html#method-remove",
"chrome.permissions.request": "permissions.html#method-request",
"chrome.proxy.onProxyError": "proxy.html#event-onProxyError",
+ "chrome.runtime.getBackgroundPage": "runtime.html#method-getBackgroundPage",
+ "chrome.runtime.onBackgroundPageUnloadingSoon": "runtime.html#event-onBackgroundPageUnloadingSoon",
+ "chrome.runtime.onInstalled": "runtime.html#event-onInstalled",
"chrome.storage.StorageArea.clear": "storage.html#method-StorageArea-clear",
"chrome.storage.StorageArea.get": "storage.html#method-StorageArea-get",
"chrome.storage.StorageArea.getBytesInUse": "storage.html#method-StorageArea-getBytesInUse",
@@ -1062,10 +1062,10 @@
"chrome.browserAction.setBadgeText",
"chrome.declarativeWebRequest.onRequest",
"chrome.experimental.keybinding.onCommand",
- "chrome.experimental.runtime.onBackgroundPageUnloadingSoon",
- "chrome.experimental.runtime.onInstalled",
"chrome.extension.onMessage",
"chrome.extension.sendMessage",
+ "chrome.runtime.onBackgroundPageUnloadingSoon",
+ "chrome.runtime.onInstalled",
"chrome.tabs.create",
"chrome.tabs.executeScript",
"chrome.tabs.query",
@@ -1090,13 +1090,13 @@
"protocols": [
"http://"
],
- "search_string": "EVENT PAGE EXAMPLE DEMONSTRATES USAGE AND FEATURES OF THE EVENT PAGE ALARMS BACKGROUND_PAGE BOOKMARKS BROWSER_ACTION EXPERIMENTAL KEYBINDING TABS CHROME.ALARMS.CREATE CHROME.ALARMS.ONALARM CHROME.BOOKMARKS.ONREMOVED CHROME.BROWSERACTION.ONCLICKED CHROME.BROWSERACTION.SETBADGETEXT CHROME.DECLARATIVEWEBREQUEST.ONREQUEST CHROME.EXPERIMENTAL.KEYBINDING.ONCOMMAND CHROME.EXPERIMENTAL.RUNTIME.ONBACKGROUNDPAGEUNLOADINGSOON CHROME.EXPERIMENTAL.RUNTIME.ONINSTALLED CHROME.EXTENSION.ONMESSAGE CHROME.EXTENSION.SENDMESSAGE CHROME.TABS.CREATE CHROME.TABS.EXECUTESCRIPT CHROME.TABS.QUERY CHROME.TABS.SENDMESSAGE",
+ "search_string": "EVENT PAGE EXAMPLE DEMONSTRATES USAGE AND FEATURES OF THE EVENT PAGE ALARMS BACKGROUND_PAGE BOOKMARKS BROWSER_ACTION EXPERIMENTAL KEYBINDING TABS CHROME.ALARMS.CREATE CHROME.ALARMS.ONALARM CHROME.BOOKMARKS.ONREMOVED CHROME.BROWSERACTION.ONCLICKED CHROME.BROWSERACTION.SETBADGETEXT CHROME.DECLARATIVEWEBREQUEST.ONREQUEST CHROME.EXPERIMENTAL.KEYBINDING.ONCOMMAND CHROME.EXTENSION.ONMESSAGE CHROME.EXTENSION.SENDMESSAGE CHROME.RUNTIME.ONBACKGROUNDPAGEUNLOADINGSOON CHROME.RUNTIME.ONINSTALLED CHROME.TABS.CREATE CHROME.TABS.EXECUTESCRIPT CHROME.TABS.QUERY CHROME.TABS.SENDMESSAGE",
"source_files": [
"background.js",
"content.js",
"manifest.json"
],
- "source_hash": "38978d01b1ba2d4c52e6dcb7b279c921d3c494c1",
+ "source_hash": "1fdea1f122a967980955e3f644e7563c1d435c61",
"zip_path": "examples/api/eventPage/basic.zip"
},
{
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | chrome/common/extensions/extension_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698