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

Unified Diff: chrome/common/extensions/docs/templates/intros/types.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/types.html
diff --git a/chrome/common/extensions/docs/templates/intros/types.html b/chrome/common/extensions/docs/templates/intros/types.html
index 67257dd4bced9a5d7440e14621d045b7bcd83eb7..7ddca3fe28b54ca1498bf39466c836ce84d6e9aa 100644
--- a/chrome/common/extensions/docs/templates/intros/types.html
+++ b/chrome/common/extensions/docs/templates/intros/types.html
@@ -1,11 +1,3 @@
-<p id="classSummary">
-The <code>chrome.types</code> module contains type declarations for Chrome.
-Currently this comprises only a prototype for giving other
-modules access to manage Chrome browser settings. This prototype is used,
-for example, for
- $ref:proxy.settings.
-</p>
-
<h2 id="ChromeSetting">Chrome settings</h2>
<p>
@@ -96,4 +88,4 @@ settings of regular windows can be defined by previously installed extensions.
<p>
The <em>effective</em> value of a setting is the one that results from
considering the precedence rules. It is used by Chrome.
-<p>
+<p>
« no previous file with comments | « chrome/common/extensions/docs/templates/intros/ttsEngine.html ('k') | chrome/common/extensions/docs/templates/intros/usb.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698