| Index: third_party/WebKit/Source/platform/Timer.h
|
| diff --git a/third_party/WebKit/Source/platform/Timer.h b/third_party/WebKit/Source/platform/Timer.h
|
| index 884adb99cee78be14a4df0817129e978a6a0d300..1af4cfc73f99c84528e75b29655686d30c1ca2cc 100644
|
| --- a/third_party/WebKit/Source/platform/Timer.h
|
| +++ b/third_party/WebKit/Source/platform/Timer.h
|
| @@ -181,6 +181,8 @@ class Timer : public TaskRunnerTimer<TimerFiredClass> {
|
| // This subclass of Timer posts its tasks on the current thread's default task
|
| // runner. Tasks posted on there are not throttled when the tab is in the
|
| // background.
|
| +//
|
| +// DEPRECATED: Use TaskRunnerHelper::get with TaskType::Unthrottled.
|
| template <typename TimerFiredClass>
|
| class UnthrottledThreadTimer : public TaskRunnerTimer<TimerFiredClass> {
|
| public:
|
|
|