summaryrefslogtreecommitdiffstats
path: root/dom/base/nsIContentPolicyBase.idl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/base/nsIContentPolicyBase.idl')
-rw-r--r--dom/base/nsIContentPolicyBase.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/dom/base/nsIContentPolicyBase.idl b/dom/base/nsIContentPolicyBase.idl
index 884e3d96d..0520ebacc 100644
--- a/dom/base/nsIContentPolicyBase.idl
+++ b/dom/base/nsIContentPolicyBase.idl
@@ -182,6 +182,11 @@ interface nsIContentPolicyBase : nsISupports
const nsContentPolicyType TYPE_WEB_MANIFEST = 22;
/**
+ * Indicates an save-as link download from the front-end code.
+ */
+ const nsContentPolicyType TYPE_SAVEAS_DOWNLOAD = 43;
+
+ /**
* Indicates an internal constant for scripts loaded through script
* elements.
*