| Index: chrome/browser/task_manager.h
|
| ===================================================================
|
| --- chrome/browser/task_manager.h (revision 8587)
|
| +++ chrome/browser/task_manager.h (working copy)
|
| @@ -267,7 +267,7 @@
|
| // Returns the stat value at the column |col_id| that should be displayed from
|
| // the passed |process_metrics|.
|
| int GetStatsValue(TaskManager::Resource* resource, int col_id);
|
| -
|
| +
|
| // Retrieves the ProcessMetrics for the resources at the specified rows.
|
| // Returns true if there was a ProcessMetrics available for both rows.
|
| bool GetProcessMetricsForRows(int row1,
|
| @@ -275,6 +275,10 @@
|
| base::ProcessMetrics** proc_metrics1,
|
| base::ProcessMetrics** proc_metrics2);
|
|
|
| + // Given a string containing a number, this function returns the formatted
|
| + // string that should be displayed in the task manager's memory cell.
|
| + std::wstring GetMemCellText(std::wstring* number) const;
|
| +
|
| // The list of providers to the task manager. They are ref counted.
|
| ResourceProviderList providers_;
|
|
|
|
|