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

Unified Diff: content/public/renderer/content_renderer_client.h

Issue 2860263002: NOT FOR COMMIT: Move background pausing to the WebView level
Patch Set: Created 3 years, 7 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/public/renderer/content_renderer_client.h
diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h
index 64127229ee63a0c34fd6ea7983e35d6f7b8a8711..3a5fb023087baa8b2cd6dee431769a4987d288e2 100644
--- a/content/public/renderer/content_renderer_client.h
+++ b/content/public/renderer/content_renderer_client.h
@@ -188,10 +188,6 @@ class CONTENT_EXPORT ContentRendererClient {
// all widgets are hidden.
virtual bool RunIdleHandlerWhenWidgetsHidden();
- // Returns true if the renderer process should allow shared timer suspension
- // after the process has been backgrounded. Defaults to false.
- virtual bool AllowTimerSuspensionWhenProcessBackgrounded();
-
// Returns true if a popup window should be allowed.
virtual bool AllowPopup();
« no previous file with comments | « chrome/renderer/chrome_content_renderer_client.cc ('k') | content/public/renderer/content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698