| Index: third_party/WebKit/Source/platform/scheduler/base/task_queue_manager.h
|
| diff --git a/third_party/WebKit/Source/platform/scheduler/base/task_queue_manager.h b/third_party/WebKit/Source/platform/scheduler/base/task_queue_manager.h
|
| index e7acbcd52d4e6f1d575a802bb57b2cdae3976215..b7847479f93670f72a03daef1a47d1736ccde565 100644
|
| --- a/third_party/WebKit/Source/platform/scheduler/base/task_queue_manager.h
|
| +++ b/third_party/WebKit/Source/platform/scheduler/base/task_queue_manager.h
|
| @@ -62,8 +62,7 @@
|
| TaskQueueManager(scoped_refptr<TaskQueueManagerDelegate> delegate,
|
| const char* tracing_category,
|
| const char* disabled_by_default_tracing_category,
|
| - const char* disabled_by_default_verbose_tracing_category,
|
| - bool set_crash_keys = false);
|
| + const char* disabled_by_default_verbose_tracing_category);
|
| ~TaskQueueManager() override;
|
|
|
| // Requests that a task to process work is posted on the main task runner.
|
| @@ -242,8 +241,6 @@
|
| mutable base::Lock other_thread_lock_;
|
| bool other_thread_pending_wakeup_;
|
|
|
| - bool set_crash_keys_;
|
| -
|
| int work_batch_size_;
|
| size_t task_count_;
|
|
|
|
|