Index: content/public/browser/render_process_host.h |
diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h |
index 8edeb8458a3428f17d5d3b0b7348886335a15989..8d63c32dc0605695514305cae8da31cb8fc167c6 100644 |
--- a/content/public/browser/render_process_host.h |
+++ b/content/public/browser/render_process_host.h |
@@ -306,6 +306,7 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender, |
// Called when the existence of the other renderer process which is connected |
// to the Worker in this renderer process has changed. |
falken
2016/12/13 06:32:29
This comment only refers to Increment/DecrementSha
shimazu
2016/12/13 07:24:50
Done.
|
+ virtual size_t GetWorkerRefCount() const = 0; |
virtual void IncrementServiceWorkerRefCount() = 0; |
virtual void DecrementServiceWorkerRefCount() = 0; |
virtual void IncrementSharedWorkerRefCount() = 0; |