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> |