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

Unified Diff: content/public/browser/render_process_host.h

Issue 2569963002: MemoryCoordinator checks if ServiceWorker exists on the suspending process (Closed)
Patch Set: Created 4 years 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: 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;

Powered by Google App Engine
This is Rietveld 408576698