Commit 6b130c59 authored by Ryan Powell's avatar Ryan Powell Committed by Commit Bot

Remove un-implemented functions from MultiSourceMemoryPressureMonitor.

Deletes the functions UpdatePressureLevel and NotifyListeners, which
were defined in the MultiSourceMemoryPressureMonitor header file but
never defined (as they were no longer used) in the source file.

Bug: 980965
Change-Id: I24d54177fb87de9e905caf4d157b7be328bcfd09
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1773846Reviewed-by: default avatarSébastien Marchand <sebmarchand@chromium.org>
Reviewed-by: default avatarFrançois Doray <fdoray@chromium.org>
Commit-Queue: Ryan Powell <ryanpow@google.com>
Cr-Commit-Position: refs/heads/master@{#691642}
parent b10dafe9
......@@ -48,9 +48,6 @@ class MultiSourceMemoryPressureMonitor
void StartMetricsTimer();
void StopMetricsTimer();
void UpdatePressureLevel(MemoryPressureLevel level);
void NotifyListeners();
private:
// Delegate implementation.
void OnMemoryPressureLevelChanged(MemoryPressureLevel level) override;
......
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