Index: content/child/scheduler/scheduler_helper.h |
diff --git a/content/child/scheduler/scheduler_helper.h b/content/child/scheduler/scheduler_helper.h |
index 9834380c3279d3234420b7541e6581e16e3f04b8..0fefde61535e91af8809279992bfb684ba1a334b 100644 |
--- a/content/child/scheduler/scheduler_helper.h |
+++ b/content/child/scheduler/scheduler_helper.h |
@@ -30,10 +30,6 @@ |
virtual bool CanEnterLongIdlePeriod( |
base::TimeTicks now, |
base::TimeDelta* next_long_idle_period_delay_out) = 0; |
- |
- // Signals that the Long Idle Period hasn't started yet because the system |
- // isn't quiescent. |
- virtual void IsNotQuiescent() = 0; |
private: |
DISALLOW_COPY_AND_ASSIGN(SchedulerHelperDelegate); |