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

Unified Diff: chrome/browser/memory_details_android.cc

Issue 1874483002: Remove "from all browsers" memory details mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Round 2 for windows bots Created 4 years, 8 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
Index: chrome/browser/memory_details_android.cc
diff --git a/chrome/browser/memory_details_android.cc b/chrome/browser/memory_details_android.cc
index 62ec6d7c773a3ecb86eeb473c12ac396ac318545..1bceee04212ee609d4ddda8a4694c64541167284 100644
--- a/chrome/browser/memory_details_android.cc
+++ b/chrome/browser/memory_details_android.cc
@@ -104,7 +104,6 @@ ProcessData* MemoryDetails::ChromeBrowser() {
}
void MemoryDetails::CollectProcessData(
- CollectionMode mode,
const std::vector<ProcessMemoryInformation>& chrome_processes) {
DCHECK(BrowserThread::GetBlockingPool()->RunsTasksOnCurrentThread());

Powered by Google App Engine
This is Rietveld 408576698