Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(331)

Unified Diff: third_party/WebKit/Source/core/dom/PendingScript.h

Issue 2130683002: [Experiment] purge-and-suspend Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/dom/PendingScript.h
diff --git a/third_party/WebKit/Source/core/dom/PendingScript.h b/third_party/WebKit/Source/core/dom/PendingScript.h
index 97e9b384b16140bf1bc67012b37f4b9105c432b5..4a51a640ba0bb21d1b76d478b7283300e0b92bc2 100644
--- a/third_party/WebKit/Source/core/dom/PendingScript.h
+++ b/third_party/WebKit/Source/core/dom/PendingScript.h
@@ -73,6 +73,7 @@ public:
void notifyFinished(Resource*) override;
String debugName() const override { return "PendingScript"; }
void notifyAppendData(ScriptResource*) override;
+ void notifyCancelStreamingTask(ScriptResource*) override;
DECLARE_TRACE();

Powered by Google App Engine
This is Rietveld 408576698