| Index: chrome/browser/automation/testing_automation_provider.cc
|
| diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc
|
| index 1e24d4df7ad45ff9d839e74aebee8ac9f0a63940..336d21831ed442312930262f4bb4ab9d8847c0a3 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -2955,7 +2955,8 @@ void TestingAutomationProvider::GetProcessInfo(
|
| IPC::Message* reply_message) {
|
| scoped_refptr<ProcessInfoObserver>
|
| proc_observer(new ProcessInfoObserver(this, reply_message));
|
| - proc_observer->StartFetch();
|
| + // TODO(jamescook): Maybe this shouldn't update UMA stats?
|
| + proc_observer->StartFetch(MemoryDetails::UPDATE_USER_METRICS);
|
| }
|
|
|
| // Sample json input: { "command": "GetNavigationInfo" }
|
|
|