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

Unified Diff: chrome/common/extensions/docs/apps/runtime.html

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 | « chrome/common/extensions/api/runtime.json ('k') | chrome/common/extensions/docs/extensions/runtime.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/apps/runtime.html
diff --git a/chrome/common/extensions/docs/apps/runtime.html b/chrome/common/extensions/docs/apps/runtime.html
index bac650346d58be409471180669c88cec5c081c2f..80c4d9fdd58398143f8531c4bf9910a0c123e4ca 100644
--- a/chrome/common/extensions/docs/apps/runtime.html
+++ b/chrome/common/extensions/docs/apps/runtime.html
@@ -489,7 +489,7 @@
<span class="subdued">chrome.runtime.</span><span>onInstalled</span><span class="subdued">.addListener</span>(function(<span></span>) <span class="subdued">{...}</span><span></span>);
</div>
<div class="description">
- <p>Fired when the extension is first installed.</p>
+ <p>Fired when the extension is first installed, and on each update to a new version.</p>
<!-- LISTENER PARAMETERS -->
<!-- EXTRA PARAMETERS -->
<!-- LISTENER RETURN VALUE -->
« no previous file with comments | « chrome/common/extensions/api/runtime.json ('k') | chrome/common/extensions/docs/extensions/runtime.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698