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

Unified Diff: chrome/browser/memory_details_android.cc

Issue 823533004: Move memory histograms generation to MetricsMemoryDetails. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Better class comment. Created 5 years, 11 months 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
« no previous file with comments | « chrome/browser/memory_details.cc ('k') | chrome/browser/memory_details_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/memory_details_android.cc
diff --git a/chrome/browser/memory_details_android.cc b/chrome/browser/memory_details_android.cc
index 056e718ea9d02f6d34ea8f310119feb69a3b936e..7537eb12f014a78bdae0f57d27569cdce4652314 100644
--- a/chrome/browser/memory_details_android.cc
+++ b/chrome/browser/memory_details_android.cc
@@ -96,9 +96,7 @@ void GetAllChildren(const std::vector<ProcessEntry>& processes,
} // namespace
-MemoryDetails::MemoryDetails()
- : user_metrics_mode_(UPDATE_USER_METRICS),
- memory_growth_tracker_(NULL) {
+MemoryDetails::MemoryDetails() {
}
ProcessData* MemoryDetails::ChromeBrowser() {
« no previous file with comments | « chrome/browser/memory_details.cc ('k') | chrome/browser/memory_details_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698