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

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

Issue 9791011: Add experimental.alarms API to allow lazy background pages to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 8c747b4340f5150fab3d03479eef6acc8a27c9f8..1d179891bc720e45eaf9987b1875612d31029d5a 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -87,6 +87,12 @@
"chrome.devtools.panels.ExtensionSidebarPane.setPage": "devtools.panels.html#method-ExtensionSidebarPane-setPage",
"chrome.devtools.panels.create": "devtools.panels.html#method-create",
"chrome.devtools.panels.setOpenResourceHandler": "devtools.panels.html#method-setOpenResourceHandler",
+ "chrome.experimental.alarms.clear": "experimental.alarms.html#method-clear",
+ "chrome.experimental.alarms.clearAll": "experimental.alarms.html#method-clearAll",
+ "chrome.experimental.alarms.get": "experimental.alarms.html#method-get",
+ "chrome.experimental.alarms.getAll": "experimental.alarms.html#method-getAll",
+ "chrome.experimental.alarms.onAlarm": "experimental.alarms.html#event-onAlarm",
+ "chrome.experimental.alarms.set": "experimental.alarms.html#method-set",
"chrome.experimental.app.clearAllNotifications": "experimental.app.html#method-clearAllNotifications",
"chrome.experimental.app.notify": "experimental.app.html#method-notify",
"chrome.experimental.devtools.audits.AuditCategory.onAuditStarted": "experimental.devtools.audits.html#event-AuditCategory-onAuditStarted",
@@ -2277,7 +2283,7 @@
"popup.html",
"popup.js"
],
- "source_hash": "70d9c5f3e56fb17c0ee9f0582c9b817d95cdc772",
+ "source_hash": "5a16cf4c1a8b25e1c73d7056ad5af86df2bc2f1c",
"zip_path": "examples\/api\/storage\/stylizr.zip"
},
{
« no previous file with comments | « chrome/common/extensions/docs/js/api_page_generator.js ('k') | chrome/renderer/extensions/schema_generated_bindings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698