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

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

Issue 18323018: Linking AvailabilityFinder with APIDataSource and intro-table templates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase with master Created 7 years, 5 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/extension.html
diff --git a/chrome/common/extensions/docs/templates/intros/extension.html b/chrome/common/extensions/docs/templates/intros/extension.html
index d0a887c9c446e4f8f0f694f0eb3de1456d545720..0d00828c3707aecad8be63d0bb0c90fc8699fd9b 100644
--- a/chrome/common/extensions/docs/templates/intros/extension.html
+++ b/chrome/common/extensions/docs/templates/intros/extension.html
@@ -1,13 +1,3 @@
-<p id="classSummary">
-The <code>chrome.extension</code> module
-has utilities that can be used by any extension page.
-It includes support for exchanging messages
-between an extension and its content scripts
-or between extensions,
-as described in detail in
-<a href="messaging.html">Message Passing</a>.
-</p>
-
<h2 id="content scripts">Support for content scripts</h2>
<p>
Unlike the other chrome.* APIs,

Powered by Google App Engine
This is Rietveld 408576698