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

Unified Diff: content/browser/renderer_host/render_process_host_impl.h

Issue 1895773002: Move responsiblity of tab suspending from renderer to TabManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix time Created 4 years, 8 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/browser/renderer_host/render_process_host_impl.h
diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
index f09c68a0cd4771c62f52dfe6fd9932dfba64a857..40b92c32d5c844e16b57614ba0bdd71559a89eb4 100644
--- a/content/browser/renderer_host/render_process_host_impl.h
+++ b/content/browser/renderer_host/render_process_host_impl.h
@@ -348,6 +348,8 @@ class CONTENT_EXPORT RenderProcessHostImpl
// GpuSwitchingObserver implementation.
void OnGpuSwitched() override;
+ void Suspend() override;
+
#if defined(ENABLE_WEBRTC)
void OnRegisterAecDumpConsumer(int id);
void OnRegisterEventLogConsumer(int id);

Powered by Google App Engine
This is Rietveld 408576698