Commit 2a85860d authored by Alexei Svitkine's avatar Alexei Svitkine Committed by Commit Bot

Delete an unused member variable.

Bug: None
Change-Id: I3871617f95a72eb280ed28f12926f603854e5e60
Reviewed-on: https://chromium-review.googlesource.com/c/1296618Reviewed-by: default avatarBrian White <bcwhite@chromium.org>
Commit-Queue: Alexei Svitkine <asvitkine@chromium.org>
Cr-Commit-Position: refs/heads/master@{#601996}
parent c35336b7
...@@ -194,10 +194,6 @@ class ChromeMetricsServiceClient : public metrics::MetricsServiceClient, ...@@ -194,10 +194,6 @@ class ChromeMetricsServiceClient : public metrics::MetricsServiceClient,
// Whether we registered all notification listeners successfully. // Whether we registered all notification listeners successfully.
bool notification_listeners_active_; bool notification_listeners_active_;
// A queue of tasks for initial metrics gathering. These may be asynchronous
// or synchronous.
base::circular_deque<base::Closure> initialize_task_queue_;
// Saved callback received from CollectFinalMetricsForLog(). // Saved callback received from CollectFinalMetricsForLog().
base::Closure collect_final_metrics_done_callback_; base::Closure collect_final_metrics_done_callback_;
......
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