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

Unified Diff: chrome/common/extensions/docs/templates/intros/browserAction.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/browserAction.html
diff --git a/chrome/common/extensions/docs/templates/intros/browserAction.html b/chrome/common/extensions/docs/templates/intros/browserAction.html
index a9ad624023f62a2b674065694e7a28d617a6e6e6..034558b1d49be6ff2ee2703c42177a6d152310a3 100644
--- a/chrome/common/extensions/docs/templates/intros/browserAction.html
+++ b/chrome/common/extensions/docs/templates/intros/browserAction.html
@@ -1,13 +1,3 @@
-<p>Use browser actions to put icons
- in the main Google Chrome toolbar,
- to the right of the address bar.
- In addition to its <a href="#icon">icon</a>,
- a browser action can also have
- a <a href="#tooltip">tooltip</a>,
- a <a href="#badge">badge</a>,
- and a <a href="#popups">popup</a>.
- </p>
-
<p>
In the following figure,
the multicolored square

Powered by Google App Engine
This is Rietveld 408576698