diff options
-rw-r--r-- | chrome/browser/memory_details.cc | 2 | ||||
-rw-r--r-- | chrome/browser/resources/about_memory.html | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/memory_details.cc b/chrome/browser/memory_details.cc index ef64666..e235fe5 100644 --- a/chrome/browser/memory_details.cc +++ b/chrome/browser/memory_details.cc @@ -24,7 +24,7 @@ class RenderViewHostDelegate; // Template of static data we use for finding browser process information. // These entries must match the ordering for MemoryDetails::BrowserProcess. static ProcessData g_process_template[] = { - { L"Chrome", L"chrome.exe", }, + { L"Chromium", L"chrome.exe", }, { L"IE", L"iexplore.exe", }, { L"Firefox", L"firefox.exe", }, { L"Opera", L"opera.exe", }, diff --git a/chrome/browser/resources/about_memory.html b/chrome/browser/resources/about_memory.html index 406a9d0..a12231e4 100644 --- a/chrome/browser/resources/about_memory.html +++ b/chrome/browser/resources/about_memory.html @@ -411,7 +411,7 @@ function enableHelpTooltips() { Summary of memory used by currently active browsers. For browsers which use multiple processes, memory reflects aggregate memory used across all browser processes.<p> - For chrome, processes used to to display diagnostics + For Chromium, processes used to to display diagnostics information (such as this "about:memory") are excluded. </p> </div> @@ -535,7 +535,7 @@ function enableHelpTooltips() { <div class='help'> <div> <p> - Details of memory usage for each of Chrome's processes. + Details of memory usage for each of Chromium's processes. </p> </div> </div> @@ -661,7 +661,7 @@ function enableHelpTooltips() { <div> <p> This is an approximation. Conceptually, this is the total - amount of in-memory pages for the entire logical Chrome + amount of in-memory pages for the entire logical Chromium application, without double counting shared pages (e.g. mapped DLLs, SharedMemory bitmaps, etc.) across the browser and |