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

Unified Diff: chrome/common/extensions/docs/experimental.downloads.html

Issue 9617039: Change Origin bound certs -> Domain bound certs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comments, remove dead code from spdy_http_stream_spdy2_unittest.cc Created 8 years, 9 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/experimental.downloads.html
diff --git a/chrome/common/extensions/docs/experimental.downloads.html b/chrome/common/extensions/docs/experimental.downloads.html
index 28d7440397db7cbcbe7e28b9483bbe58eb4672ec..ddc4a57a5b2f29690e27bc8a9adfe45a1526391c 100644
--- a/chrome/common/extensions/docs/experimental.downloads.html
+++ b/chrome/common/extensions/docs/experimental.downloads.html
@@ -207,6 +207,8 @@
<a href="#properties">Properties</a>
<ol>
<li>
+ <a href="#property-DANGER_UNCOMMON">DANGER_UNCOMMON</a>
+ </li><li>
<a href="#property-ERROR_GENERIC">ERROR_GENERIC</a>
</li><li>
<a href="#property-ERROR_INVALID_URL">ERROR_INVALID_URL</a>
@@ -228,6 +230,10 @@
<a href="#type-HttpHeaders">HttpHeaders</a>
<ol>
</ol>
+ </li><li>
+ <a href="#type-DownloadDangerType">DownloadDangerType</a>
+ <ol>
+ </ol>
</li>
</ol>
</li>
@@ -275,6 +281,33 @@ directory. For other examples and for help in viewing the source code, see
<a name="properties"></a>
<h3 id="properties">Properties</h3>
<div>
+ <a name="property-DANGER_UNCOMMON"></a>
+ <h4>DANGER_UNCOMMON</h4>
+ <div class="summary">
+ <!-- Note: intentionally longer 80 columns -->
+ <span>chrome.experimental.downloads.</span><span>DANGER_UNCOMMON</span>
+ </div>
+ <div>
+ <dt>
+ <var>DANGER_UNCOMMON</var>
+ <em>
+ <!-- TYPE -->
+ <div style="display:inline">
+ (
+ <span id="typeTemplate">
+ <code>"uncommon"</code>
+ </span>
+ )
+ </div>
+ </em>
+ </dt>
+ <dd>The download is not commonly downloaded and could be dangerous.</dd>
+ <!-- OBJECT PROPERTIES -->
+ <!-- OBJECT METHODS -->
+ <!-- OBJECT EVENT FIELDS -->
+ <!-- FUNCTION PARAMETERS -->
+ </div>
+ </div><div>
<a name="property-ERROR_GENERIC"></a>
<h4>ERROR_GENERIC</h4>
<div class="summary">
@@ -715,6 +748,32 @@ directory. For other examples and for help in viewing the source code, see
<!-- OBJECT EVENT FIELDS -->
<!-- FUNCTION PARAMETERS -->
</div>
+ </div><div class="apiItem">
+ <a name="type-DownloadDangerType"></a>
+ <h4>DownloadDangerType</h4>
+ <div>
+ <dt>
+ <em>
+ <!-- TYPE -->
+ <div style="display:inline">
+ (
+ <span class="enum">enumerated</span>
+ <span id="typeTemplate">
+ <span>
+ <span>string</span>
+ <span>["safe", "file", "url", "content", "uncommon"]</span>
+ </span>
+ </span>
+ )
+ </div>
+ </em>
+ </dt>
+ <dd>String indicating whether a download is known to be safe or is considered dangerous. The values correspond to the <code>DANGER_SAFE</code>, <code>DANGER_FILE</code>, <code>DANGER_URL</code>, <code>DANGER_CONTENT</code>, and <code>DANGER_UNCOMMON</code> properties.</dd>
+ <!-- OBJECT PROPERTIES -->
+ <!-- OBJECT METHODS -->
+ <!-- OBJECT EVENT FIELDS -->
+ <!-- FUNCTION PARAMETERS -->
+ </div>
</div> <!-- /apiItem -->
</div> <!-- /apiGroup -->
</div> <!-- /apiPage -->

Powered by Google App Engine
This is Rietveld 408576698