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

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

Issue 9234042: Re-land alexbost's experimental offscreenTabs API. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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
Index: chrome/common/extensions/docs/samples.json
diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
index 4edf90b9935dd107e603304ef2d5d3182613e6a4..b97b2354db119a24464bc6cdb2e944bb4d002748 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -81,6 +81,15 @@
"chrome.experimental.keybinding.onCommand": "experimental.keybinding.html#event-onCommand",
"chrome.experimental.managedMode.enter": "experimental.managedMode.html#method-enter",
"chrome.experimental.managedMode.get": "experimental.managedMode.html#method-get",
+ "chrome.experimental.offscreenTabs.create": "experimental.offscreenTabs.html#method-create",
+ "chrome.experimental.offscreenTabs.get": "experimental.offscreenTabs.html#method-get",
+ "chrome.experimental.offscreenTabs.getAll": "experimental.offscreenTabs.html#method-getAll",
+ "chrome.experimental.offscreenTabs.onUpdated": "experimental.offscreenTabs.html#event-onUpdated",
+ "chrome.experimental.offscreenTabs.remove": "experimental.offscreenTabs.html#method-remove",
+ "chrome.experimental.offscreenTabs.sendKeyboardEvent": "experimental.offscreenTabs.html#method-sendKeyboardEvent",
+ "chrome.experimental.offscreenTabs.sendMouseEvent": "experimental.offscreenTabs.html#method-sendMouseEvent",
+ "chrome.experimental.offscreenTabs.toDataUrl": "experimental.offscreenTabs.html#method-toDataUrl",
+ "chrome.experimental.offscreenTabs.update": "experimental.offscreenTabs.html#method-update",
"chrome.experimental.speechInput.isRecording": "experimental.speechInput.html#method-isRecording",
"chrome.experimental.speechInput.onError": "experimental.speechInput.html#event-onError",
"chrome.experimental.speechInput.onResult": "experimental.speechInput.html#event-onResult",
« no previous file with comments | « chrome/common/extensions/docs/js/api_page_generator.js ('k') | chrome/renderer/extensions/extension_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698