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

Unified Diff: chrome/common/extensions/docs/templates/intros/tabs.html

Issue 12996003: Dynamically generate a heading for Extension Docs API pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comments - Patch currently being broken up Created 7 years, 6 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
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>

Powered by Google App Engine
This is Rietveld 408576698