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

Unified Diff: content/child/child_thread_impl.h

Issue 2387603003: Resume a backgrounded renderer that was purged and suspended (Closed)
Patch Set: 2min / 1min. Created 4 years, 2 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: content/child/child_thread_impl.h
diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
index c2759aed7b999a024467326d5785f84152f356a7..08b062a517d77dc64141f77c85eb90cb87d31e6c 100644
--- a/content/child/child_thread_impl.h
+++ b/content/child/child_thread_impl.h
@@ -213,6 +213,7 @@ class CONTENT_EXPORT ChildThreadImpl
virtual bool OnControlMessageReceived(const IPC::Message& msg);
virtual void OnProcessBackgrounded(bool backgrounded);
virtual void OnProcessPurgeAndSuspend();
+ virtual void OnProcessResume();
// IPC::Listener implementation:
bool OnMessageReceived(const IPC::Message& msg) override;

Powered by Google App Engine
This is Rietveld 408576698