| Index: chrome/common/extensions/docs/static/api_index.html
|
| ===================================================================
|
| --- chrome/common/extensions/docs/static/api_index.html (revision 80389)
|
| +++ chrome/common/extensions/docs/static/api_index.html (working copy)
|
| @@ -30,11 +30,14 @@
|
|
|
| <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&feature=PlayList&p=CA101D6A85FE9D4B&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>
|
|
|