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

Unified Diff: third_party/WebKit/Source/platform/scheduler/base/task_queue_manager.h

Issue 2486673007: Revert of Add crash keys to TaskQueueManager::ProcessTaskFromWorkQueue (Closed)
Patch Set: Created 4 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: 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_;

Powered by Google App Engine
This is Rietveld 408576698