Index: third_party/WebKit/public/web/WebEmbeddedWorker.h |
diff --git a/third_party/WebKit/public/web/WebEmbeddedWorker.h b/third_party/WebKit/public/web/WebEmbeddedWorker.h |
index 027e030dd9e7fd96c347688cd275413048c91eca..ec0092c3ba92b71d957f58df2a310a58e70fc7dc 100644 |
--- a/third_party/WebKit/public/web/WebEmbeddedWorker.h |
+++ b/third_party/WebKit/public/web/WebEmbeddedWorker.h |
@@ -58,6 +58,10 @@ public: |
virtual void startWorkerContext(const WebEmbeddedWorkerStartData&) = 0; |
virtual void terminateWorkerContext() = 0; |
+ // Resumes starting a worker startup that was paused via |
+ // WebEmbeddedWorkerStartData.pauseAfterDownloadMode. |
+ virtual void resumeAfterDownload() = 0; |
+ |
// Inspector related methods. |
virtual void attachDevTools(const WebString& hostId, int sessionId) = 0; |
virtual void reattachDevTools(const WebString& hostId, int sessionId, const WebString& savedState) = 0; |