diff options
Diffstat (limited to 'dom/fetch/PFetch.ipdl')
-rw-r--r-- | dom/fetch/PFetch.ipdl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/fetch/PFetch.ipdl b/dom/fetch/PFetch.ipdl index 904ef0738d..7ec1745658 100644 --- a/dom/fetch/PFetch.ipdl +++ b/dom/fetch/PFetch.ipdl @@ -24,6 +24,7 @@ struct FetchOpArgs{ bool needOnDataAvailable; bool hasCSPEventListener; uint64_t associatedBrowsingContextID; + bool isThirdPartyContext; }; protocol PFetch { |