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

Unified Diff: chrome/common/extensions/api/experimental.extension.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/api/experimental.extension.json
diff --git a/chrome/common/extensions/api/experimental.extension.json b/chrome/common/extensions/api/experimental.extension.json
index 5eae7bf61792411a96f6a83fcbf336aa24f90a65..ab582fc8ce20e3c7965a20d563b6691ac46af576 100644
--- a/chrome/common/extensions/api/experimental.extension.json
+++ b/chrome/common/extensions/api/experimental.extension.json
@@ -9,11 +9,8 @@
{
"name": "onInstalled",
"type": "function",
- "description": "Fired when the extension is first installed.",
- "parameters": [
- ]
+ "description": "Fired when the extension is first installed."
}
]
}
]
-
« no previous file with comments | « chrome/common/extensions/api/experimental.alarms.json ('k') | chrome/common/extensions/api/extension_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698