| Index: chrome/browser/memory_details.h
|
| diff --git a/chrome/browser/memory_details.h b/chrome/browser/memory_details.h
|
| index 341241920e792b374ef33854a940b2e4c4a4479a..c8820e774e9eba6e1a2a4e644cea5602824e6728 100644
|
| --- a/chrome/browser/memory_details.h
|
| +++ b/chrome/browser/memory_details.h
|
| @@ -59,10 +59,6 @@ struct ProcessMemoryInformation {
|
| base::string16 product_name;
|
| // The number of processes which this memory represents.
|
| int num_processes;
|
| - // A process is a diagnostics process if it is rendering about:memory.
|
| - // Mark this specially so that it can avoid counting it in its own
|
| - // results.
|
| - bool is_diagnostics;
|
| // If this is a child process of Chrome, what type (i.e. plugin) it is.
|
| int process_type;
|
| // If this is a renderer process, what type it is.
|
|
|