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

Unified Diff: chrome/common/extensions/docs/templates/intros/management.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/management.html
diff --git a/chrome/common/extensions/docs/templates/intros/management.html b/chrome/common/extensions/docs/templates/intros/management.html
index d5c767e0ae1e499ce76be8dc02b408835cb4668f..37e9639a8e977ab0142cb33a364d0440f2c0e9b7 100644
--- a/chrome/common/extensions/docs/templates/intros/management.html
+++ b/chrome/common/extensions/docs/templates/intros/management.html
@@ -1,7 +1,3 @@
-<p id="classSummary">
-The <code>chrome.management</code> module provides ways to manage the list of extensions/apps that are installed and running. It is particularly useful for extensions that <a href="override.html">override</a> the built-in New Tab page.
-</p>
-
<h2 id="manifest">Manifest</h2>
<p>You must declare the "management" permission

Powered by Google App Engine
This is Rietveld 408576698