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

Unified Diff: chrome/common/extensions/docs/templates/intros/fileBrowserHandler.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/fileBrowserHandler.html
diff --git a/chrome/common/extensions/docs/templates/intros/fileBrowserHandler.html b/chrome/common/extensions/docs/templates/intros/fileBrowserHandler.html
index 40d681af103ef2e3298a01c9ea7b4acb282f70f9..91e2b31f18cb229ace4d394cf878ae20ef596253 100644
--- a/chrome/common/extensions/docs/templates/intros/fileBrowserHandler.html
+++ b/chrome/common/extensions/docs/templates/intros/fileBrowserHandler.html
@@ -1,10 +1,3 @@
-<p id="classSummary">
-Use the <code>chrome.fileBrowserHandler</code> module to
-extend the Chrome OS file browser.
-For example, you can use this API
-to enable users to upload files to your website.
-</p>
-
<p class="caution">
<b>Important:</b>
This API works <b>only on Chrome OS</b>.
@@ -151,4 +144,4 @@ For examples of using this API, see ...
For other examples and for help in viewing the source code, see
<a href="samples.html">Samples</a>.
</p>
--->
+-->

Powered by Google App Engine
This is Rietveld 408576698