summaryrefslogtreecommitdiffstats
path: root/dom/fetch/FetchDriver.h
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-06-11 08:51:07 +0000
committerMoonchild <moonchild@palemoon.org>2020-06-11 08:51:07 +0000
commitfdc11c731c0d0176c4522f1eb8b1d390d6505c6d (patch)
tree09ee62a28ee25de80a1c5b14b9d2931cbb7036a0 /dom/fetch/FetchDriver.h
parentec792e2ac7614b8e4281f496d288f20441b837bf (diff)
downloadUXP-fdc11c731c0d0176c4522f1eb8b1d390d6505c6d.tar
UXP-fdc11c731c0d0176c4522f1eb8b1d390d6505c6d.tar.gz
UXP-fdc11c731c0d0176c4522f1eb8b1d390d6505c6d.tar.lz
UXP-fdc11c731c0d0176c4522f1eb8b1d390d6505c6d.tar.xz
UXP-fdc11c731c0d0176c4522f1eb8b1d390d6505c6d.zip
Issue #1587 - Part 5: Hook FetchObserver up to the Fetch API
Diffstat (limited to 'dom/fetch/FetchDriver.h')
-rw-r--r--dom/fetch/FetchDriver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/fetch/FetchDriver.h b/dom/fetch/FetchDriver.h
index 0ca9a34ee..e942aa242 100644
--- a/dom/fetch/FetchDriver.h
+++ b/dom/fetch/FetchDriver.h
@@ -67,6 +67,8 @@ public:
virtual void FlushConsoleReport() = 0;
+ virtual void OnDataAvailable() = 0;
+
protected:
virtual ~FetchDriverObserver()
{ };