diff options
author | cduvall@chromium.org <cduvall@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-07 01:16:20 +0000 |
---|---|---|
committer | cduvall@chromium.org <cduvall@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-07 01:16:20 +0000 |
commit | 6f51decb5cbc32b38ab69406de9dd13998d45b99 (patch) | |
tree | fe53605c7c99b4f52d03a47fad5a1bf8d5180927 /chrome/common/extensions/docs/templates/articles/faq.html | |
parent | 6087e7b45fe22041784f66d7d595c92334e2cfda (diff) | |
download | chromium_src-6f51decb5cbc32b38ab69406de9dd13998d45b99.zip chromium_src-6f51decb5cbc32b38ab69406de9dd13998d45b99.tar.gz chromium_src-6f51decb5cbc32b38ab69406de9dd13998d45b99.tar.bz2 |
Content changes for https://codereview.chromium.org/11411370/
All <a> links to API pages have been replaced with $ref
links. A presubmit check has been added to make sure no
old-style links sneak in.
This just has the content changes. Server changes are here:
https://codereview.chromium.org/11411370/
BUG=162942
Review URL: https://codereview.chromium.org/11442016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171668 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/templates/articles/faq.html')
-rw-r--r-- | chrome/common/extensions/docs/templates/articles/faq.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/templates/articles/faq.html b/chrome/common/extensions/docs/templates/articles/faq.html index 40a0d14..b129c44 100644 --- a/chrome/common/extensions/docs/templates/articles/faq.html +++ b/chrome/common/extensions/docs/templates/articles/faq.html @@ -276,7 +276,7 @@ cros,beta,#.#.###.#,#.#.###.#,mm/dd/yy,mm/dd/yy,#####,#####,#####</pre> installed/uninstalled?</h3> <p> You can listen to the - <a href="runtime.html#event-onInstalled">runtime.onInstalled</a> + $ref:runtime.onInstalled event to be notified when your extension is installed or updated, or when Chrome itself is updated. There is no corresponding event for when your extension is uninstalled. @@ -353,7 +353,7 @@ cros,beta,#.#.###.#,#.#.###.#,mm/dd/yy,mm/dd/yy,#####,#####,#####</pre> the first time?</h3> <p> You can listen to the - <a href="runtime.html#event-onInstalled">runtime.onInstalled</a> + $ref:runtime.onInstalled event. See <a href="#faq-lifecycle-events">this FAQ entry</a>. </p> |