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

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

Issue 10833070: Fix the chrome.runtime.onInstalled docs to note it fires for updates as well. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | « no previous file | chrome/common/extensions/docs/apps/runtime.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/runtime.json
diff --git a/chrome/common/extensions/api/runtime.json b/chrome/common/extensions/api/runtime.json
index 822eb5c5d7dbc01e66be9905336ebcde73a99d9c..6c81881ba9f9b59f7e98c6087240d91e8f617b41 100644
--- a/chrome/common/extensions/api/runtime.json
+++ b/chrome/common/extensions/api/runtime.json
@@ -112,7 +112,7 @@
{
"name": "onInstalled",
"type": "function",
- "description": "Fired when the extension is first installed."
+ "description": "Fired when the extension is first installed, and on each update to a new version."
},
{
"name": "onSuspend",
« no previous file with comments | « no previous file | chrome/common/extensions/docs/apps/runtime.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698