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

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

Issue 8574012: Schedule idle handler based on CPU usage. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 1 month 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 ff45b1ee435f4352d0aff3365e4a1fe432e87a8d..6b80d160ee23073d3a1b23947b42c7b01c2c7cec 100644
--- a/content/public/renderer/content_renderer_client.h
+++ b/content/public/renderer/content_renderer_client.h
@@ -89,10 +89,6 @@ class ContentRendererClient {
std::string* error_html,
string16* error_description) = 0;
- // Returns true if the renderer process should schedule the idle handler when
- // all widgets are hidden.
- virtual bool RunIdleHandlerWhenWidgetsHidden() = 0;
-
// Returns true if the given url can create popup windows.
virtual bool AllowPopup(const GURL& creator) = 0;

Powered by Google App Engine
This is Rietveld 408576698