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

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

Issue 10832042: Extensions Docs Server: Doc conversion script (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: script/build.py fixes Created 8 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/server2/templates/intros/browsingData.html
diff --git a/chrome/common/extensions/docs/server2/templates/intros/browsingData.html b/chrome/common/extensions/docs/server2/templates/intros/browsingData.html
index df9db4c230b3a854a0e9940dd447b6da5fd4506f..01653978bc4ec24e4c0d2291e483b2e569f2870f 100644
--- a/chrome/common/extensions/docs/server2/templates/intros/browsingData.html
+++ b/chrome/common/extensions/docs/server2/templates/intros/browsingData.html
@@ -1,4 +1,3 @@
-<!-- BEGIN AUTHORED CONTENT -->
<p id="classSummary">
Use the <code>chrome.browsingData</code> module to remove browsing data from a
user's local profile.
@@ -138,5 +137,4 @@ chrome.browsingData.remove({
<p>
Samples for the <code>browsingData</code> API are available
<a href="http://code.google.com/chrome/extensions/trunk/samples.html#chrome.browsingData">on the samples page</a>.
-</p>
-<!-- END AUTHORED CONTENT -->
+</p>

Powered by Google App Engine
This is Rietveld 408576698