summaryrefslogtreecommitdiffstats
path: root/chromium/content/common/throttling_url_loader.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-03-05 17:34:47 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-03-06 10:04:14 +0000
commiteaf1da4d961fbbda9455f9af3b23d1af777f43fa (patch)
tree95970599ecee31c4f7f940bc97ac98c61a3d0cad /chromium/content/common/throttling_url_loader.h
parent38a9a29f4f9436cace7f0e7abf9c586057df8a4e (diff)
BASELINE: Update Chromium to 73.0.3683.64
Change-Id: I76517dc277ba4e16bfd7e098fda3d079656b3b9f Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/content/common/throttling_url_loader.h')
-rw-r--r--chromium/content/common/throttling_url_loader.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/content/common/throttling_url_loader.h b/chromium/content/common/throttling_url_loader.h
index 6255f8fff66..11c806f5011 100644
--- a/chromium/content/common/throttling_url_loader.h
+++ b/chromium/content/common/throttling_url_loader.h
@@ -151,7 +151,8 @@ class CONTENT_EXPORT ThrottlingURLLoader
DEFERRED_START,
DEFERRED_REDIRECT,
DEFERRED_BEFORE_RESPONSE,
- DEFERRED_RESPONSE
+ DEFERRED_RESPONSE,
+ DEFERRED_COMPLETE
};
DeferredStage deferred_stage_ = DEFERRED_NONE;
bool loader_completed_ = false;