Commit 723906b2 authored by Farah Charab's avatar Farah Charab Committed by Commit Bot

Scheduler: Remove unused variable experiment_only_when_loading.

No longer using experiment_only_when_loading in
SchedulingSettings configuration.

Change-Id: Ia1ebbdc513c677c884c3be656a976deb2ef4435f
Reviewed-on: https://chromium-review.googlesource.com/1162332
Commit-Queue: Farah Charab <farahcharab@chromium.org>
Reviewed-by: default avatarAlexander Timin <altimin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#580894}
parent 0dd4703c
...@@ -125,9 +125,6 @@ class PLATFORM_EXPORT MainThreadSchedulerImpl ...@@ -125,9 +125,6 @@ class PLATFORM_EXPORT MainThreadSchedulerImpl
net::RequestPrioritySize::NUM_PRIORITIES> net::RequestPrioritySize::NUM_PRIORITIES>
net_to_blink_priority; net_to_blink_priority;
// Turn on relevant experiments during the loading phase.
bool experiment_only_when_loading;
using FrameTaskTypeToQueueTraitsArray = using FrameTaskTypeToQueueTraitsArray =
std::array<base::Optional<MainThreadTaskQueue::QueueTraits>, std::array<base::Optional<MainThreadTaskQueue::QueueTraits>,
static_cast<size_t>(TaskType::kCount)>; static_cast<size_t>(TaskType::kCount)>;
...@@ -855,9 +852,9 @@ class PLATFORM_EXPORT MainThreadSchedulerImpl ...@@ -855,9 +852,9 @@ class PLATFORM_EXPORT MainThreadSchedulerImpl
std::unique_ptr<base::SingleSampleMetric> max_queueing_time_metric; std::unique_ptr<base::SingleSampleMetric> max_queueing_time_metric;
base::TimeDelta max_queueing_time; base::TimeDelta max_queueing_time;
base::TimeTicks background_status_changed_at; base::TimeTicks background_status_changed_at;
std::set<PageSchedulerImpl*> page_schedulers; // Not owned. std::set<PageSchedulerImpl*> page_schedulers; // Not owned.
base::ObserverList<WebRAILModeObserver> rail_mode_observers; // Not owned. base::ObserverList<WebRAILModeObserver> rail_mode_observers; // Not owned.
WakeUpBudgetPool* wake_up_budget_pool; // Not owned. WakeUpBudgetPool* wake_up_budget_pool; // Not owned.
MainThreadMetricsHelper metrics_helper; MainThreadMetricsHelper metrics_helper;
TraceableState<RendererProcessType, kTracingCategoryNameTopLevel> TraceableState<RendererProcessType, kTracingCategoryNameTopLevel>
process_type; process_type;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment