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

Unified Diff: chrome/common/extensions/docs/api_index.html

Issue 6793027: Video-related changes (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 9 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/content_scripts.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/api_index.html
===================================================================
--- chrome/common/extensions/docs/api_index.html (revision 80389)
+++ chrome/common/extensions/docs/api_index.html (working copy)
@@ -358,14 +358,17 @@
<p>
Unless the doc says otherwise,
-methods in the chrome.* APIs are asynchronous:
+methods in the chrome.* APIs are <b>asynchronous</b>:
they return immediately,
without waiting for the operation to finish.
If you need to know the outcome of an operation,
then you pass a callback function into the method.
-For more information, see the video
-<a href="http://www.youtube.com/watch?v=bmxr75CV36A&amp;feature=PlayList&amp;p=CA101D6A85FE9D4B&amp;index=2">Extension API Design</a>.
+For more information, watch this video:
</p>
+
+<p>
+<iframe title="YouTube video player" width="640" height="390" src="http://www.youtube.com/embed/bmxr75CV36A?rel=0" frameborder="0" allowfullscreen=""></iframe>
+</p>
</div>
<!-- API PAGE -->
« no previous file with comments | « no previous file | chrome/common/extensions/docs/content_scripts.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698