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

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

Issue 10823158: Update docs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: full ofhate 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
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 d11fc6e22b0b9d526d5ad838ca9273acd9b92eeb..a3f1688dc8753c039abb5200eea3b2f9cf68dfbe 100644
--- a/chrome/common/extensions/docs/extensions/management.html
+++ b/chrome/common/extensions/docs/extensions/management.html
@@ -1741,6 +1741,29 @@ The one method that doesn't require the "management" permission is
<!-- OBJECT EVENT FIELDS -->
<!-- FUNCTION PARAMETERS -->
</div>
+ </div><div>
+ <div>
+ <dt>
+ <var>installType</var>
+ <em>
+ <!-- TYPE -->
+ <div style="display:inline">
+ (
+ <span id="typeTemplate">
+ <span>
+ <span>string</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>
+ <!-- OBJECT PROPERTIES -->
+ <!-- OBJECT METHODS -->
+ <!-- OBJECT EVENT FIELDS -->
+ <!-- FUNCTION PARAMETERS -->
+ </div>
</div>
</dl>
</dd>

Powered by Google App Engine
This is Rietveld 408576698