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

Unified Diff: chrome/browser/memory/tab_manager_delegate_chromeos.h

Issue 2527973003: Consolidate code monitoring low memory kills and OOM kills to MemoryKillsMonitor on ChromeOS. (Closed)
Patch Set: move unittest to chromeos only build rule Created 4 years 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: chrome/browser/memory/tab_manager_delegate_chromeos.h
diff --git a/chrome/browser/memory/tab_manager_delegate_chromeos.h b/chrome/browser/memory/tab_manager_delegate_chromeos.h
index 13c6c8b095e9fd688dafee79f65044be9907c4b3..af53e011e74078c746a94aeacac32d1559a2fb9b 100644
--- a/chrome/browser/memory/tab_manager_delegate_chromeos.h
+++ b/chrome/browser/memory/tab_manager_delegate_chromeos.h
@@ -97,7 +97,6 @@ class TabManagerDelegate : public aura::client::ActivationChangeObserver,
class Candidate;
class FocusedProcess;
- class UmaReporter;
friend std::ostream& operator<<(std::ostream& out,
const Candidate& candidate);
@@ -169,9 +168,6 @@ class TabManagerDelegate : public aura::client::ActivationChangeObserver,
// Util for getting system memory status.
std::unique_ptr<TabManagerDelegate::MemoryStat> mem_stat_;
- // Reports UMA histograms.
- std::unique_ptr<UmaReporter> uma_;
-
// Weak pointer factory used for posting tasks to other threads.
base::WeakPtrFactory<TabManagerDelegate> weak_ptr_factory_;
« no previous file with comments | « chrome/browser/memory/memory_kills_monitor_unittest.cc ('k') | chrome/browser/memory/tab_manager_delegate_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698