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

Unified Diff: chrome/common/extensions/docs/extensions/pageCapture.html

Issue 10800047: Extension Docs Server Version 2: Various fixes. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: ok now it should work 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/extensions/pageCapture.html
diff --git a/chrome/common/extensions/docs/extensions/pageCapture.html b/chrome/common/extensions/docs/extensions/pageCapture.html
index ccb527ef41c8f31f64dda4ceaecc5d58eecabbf6..dc5b38e32287ce77dd1bded0da9ea7b5a4dc4fc2 100644
--- a/chrome/common/extensions/docs/extensions/pageCapture.html
+++ b/chrome/common/extensions/docs/extensions/pageCapture.html
@@ -357,7 +357,7 @@ For example:</p>
that looks like this:
</p>
<!-- Note: intentionally longer 80 columns -->
- <pre>function(<span>blob mhtmlData</span>) <span class="subdued">{...}</span>;</pre>
+ <pre>function(<span>binary mhtmlData</span>) <span class="subdued">{...}</span>;</pre>
<dl>
<div>
<div>
@@ -370,7 +370,7 @@ For example:</p>
<span class="optional">optional</span>
<span id="typeTemplate">
<span>
- <span>blob</span>
+ <span>binary</span>
</span>
</span>
)
« no previous file with comments | « chrome/common/extensions/api/page_capture.json ('k') | chrome/common/extensions/docs/server2/fake_url_fetcher.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698