| Index: chrome/common/extensions/docs/templates/intros/tabs.html
|
| diff --git a/chrome/common/extensions/docs/templates/intros/tabs.html b/chrome/common/extensions/docs/templates/intros/tabs.html
|
| index 88e750ec05855babf9e5c079996a253a025e8564..b652c546a23a25ad7aa02cbe3d8f431b382b9cf2 100644
|
| --- a/chrome/common/extensions/docs/templates/intros/tabs.html
|
| +++ b/chrome/common/extensions/docs/templates/intros/tabs.html
|
| @@ -1,10 +1,3 @@
|
| -<p id="classSummary">
|
| -Use the <code>chrome.tabs</code> module
|
| -to interact with the browser's tab system.
|
| -You can use this module to
|
| -create, modify, and rearrange tabs in the browser.
|
| -</p>
|
| -
|
| <img src="{{static}}/images/tabs.png"
|
| width="323" height="50" alt="Two tabs in a window" />
|
|
|
| @@ -42,4 +35,4 @@ You can find simple examples of using the tabs module in the
|
| directory.
|
| For other examples and for help in viewing the source code, see
|
| <a href="samples.html">Samples</a>.
|
| -</p>
|
| +</p>
|
|
|