| Index: chrome/common/extensions/docs/tabs.html
|
| ===================================================================
|
| --- chrome/common/extensions/docs/tabs.html (revision 70758)
|
| +++ chrome/common/extensions/docs/tabs.html (working copy)
|
| @@ -5303,7 +5303,7 @@
|
|
|
| <div class="description">
|
| <p class="todo" style="display: none; ">Undocumented.</p>
|
| - <p>Fires when a tab is created.</p>
|
| + <p>Fires when a tab is created. Note that the tab's URL may not be set at the time this event fires, but you can listen to onUpdated events to be notified when a URL is set.</p>
|
|
|
| <!-- PARAMETERS -->
|
| <h4>Parameters</h4>
|
|
|