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

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

Issue 10832260: Fix broken documentation link on API documentation page. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: removed devtools docs file as they are not needed Created 8 years, 4 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
« no previous file with comments | « chrome/common/extensions/docs/extensions/events.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/extensions/management.html
diff --git a/chrome/common/extensions/docs/extensions/management.html b/chrome/common/extensions/docs/extensions/management.html
index a3f1688dc8753c039abb5200eea3b2f9cf68dfbe..886ec1457c07ece870ec1abaed00f3c3968e8a11 100644
--- a/chrome/common/extensions/docs/extensions/management.html
+++ b/chrome/common/extensions/docs/extensions/management.html
@@ -1749,16 +1749,18 @@ The one method that doesn't require the "management" permission is
<!-- TYPE -->
<div style="display:inline">
(
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<span>string</span>
+ <span>["admin", "development", "normal", "sideload", "other"]</span>
</span>
</span>
)
</div>
</em>
</dt>
- <dd>How the extension was installed ("admin", "development", "normal", "sideload", "other"). "admin" means the extension was installed because of an administrative policy. "development" means the extension was loaded unpacked in developer mode. "normal" means the extension was installed normally via a .crx file. "sideload" means the extension was installed by other software on the machine. "other" means the extension was installed by other means.</dd>
+ <dd>How the extension was installed. One of<br><var>admin</var>: The extension was installed because of an administrative policy,<br><var>development</var>: The extension was loaded unpacked in developer mode,<br><var>normal</var>: The extension was installed normally via a .crx file,<br><var>sideload</var>: The extension was installed by other software on the machine,<br><var>other</var>: The extension was installed by other means.</dd>
<!-- OBJECT PROPERTIES -->
<!-- OBJECT METHODS -->
<!-- OBJECT EVENT FIELDS -->
« no previous file with comments | « chrome/common/extensions/docs/extensions/events.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698