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

Unified Diff: chrome/browser/automation/automation_provider_observers.cc

Issue 10151005: cros: Log per-process memory use on low memory events (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/automation/automation_provider_observers.cc
diff --git a/chrome/browser/automation/automation_provider_observers.cc b/chrome/browser/automation/automation_provider_observers.cc
index b49a726257fab96218aea318b5e7554409f45644..b585f4638489e8be3e234c3624d1eaeada30a804 100644
--- a/chrome/browser/automation/automation_provider_observers.cc
+++ b/chrome/browser/automation/automation_provider_observers.cc
@@ -2718,6 +2718,10 @@ ProcessInfoObserver::ProcessInfoObserver(
ProcessInfoObserver::~ProcessInfoObserver() {}
void ProcessInfoObserver::OnDetailsAvailable() {
+ // TODO(jamescook): Remove this. I don't think we want it for automated
+ // tests, but it's how the system has always worked.
Greg Spencer (Chromium) 2012/04/20 00:28:21 Can you elaborate on what "this" and "it's" refer
+ UpdateHistograms();
+
scoped_ptr<DictionaryValue> return_value(new DictionaryValue);
ListValue* browser_proc_list = new ListValue();
const std::vector<ProcessData>& all_processes = processes();
« no previous file with comments | « no previous file | chrome/browser/chromeos/system/syslogs_provider.cc » ('j') | chrome/browser/oom_priority_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698