Fix the chrome.runtime.onInstalled docs to note it fires for updates as well.

BUG=134319


Review URL: https://chromiumcodereview.appspot.com/10833070

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148956 0039d316-1c4b-4281-b951-d872f2087c98
parent e72f5ae5
......@@ -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",
......
......@@ -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 -->
......
......@@ -556,7 +556,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 -->
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment