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

Unified Diff: chrome/common/extensions/api/runtime.json

Issue 10828218: Add chrome.runtime.onStartup, which is fired on browser start. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm debug logs Created 8 years, 4 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/runtime.json
diff --git a/chrome/common/extensions/api/runtime.json b/chrome/common/extensions/api/runtime.json
index 6c81881ba9f9b59f7e98c6087240d91e8f617b41..2423c095a25f1db138b9095c8bdd9a762481ade0 100644
--- a/chrome/common/extensions/api/runtime.json
+++ b/chrome/common/extensions/api/runtime.json
@@ -110,6 +110,11 @@
],
"events": [
{
+ "name": "onStartup",
+ "type": "function",
+ "description": "Fired when the browser first starts up."
+ },
+ {
"name": "onInstalled",
"type": "function",
"description": "Fired when the extension is first installed, and on each update to a new version."
« no previous file with comments | « chrome/browser/extensions/lazy_background_task_queue.cc ('k') | chrome/common/extensions/docs/apps/runtime.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698