Chromium Code Reviews| Index: chrome/common/worker_thread_ticker.h |
| diff --git a/chrome/common/worker_thread_ticker.h b/chrome/common/worker_thread_ticker.h |
| index 2cdf3f3892aa97815d53cb0fe1704bb12056178a..0443015683b0232e2ec6e7f6fc6e9b9c077296c5 100644 |
| --- a/chrome/common/worker_thread_ticker.h |
| +++ b/chrome/common/worker_thread_ticker.h |
| @@ -60,10 +60,6 @@ class WorkerThreadTicker { |
| tick_interval_ = base::TimeDelta::FromMilliseconds(tick_interval); |
| } |
| - int tick_interval() const { |
|
Peter Kasting
2014/12/06 00:12:18
Unused.
|
| - return tick_interval_.InMilliseconds(); |
| - } |
| - |
| private: |
| void ScheduleTimerTask(); |