summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/memory_details.cc1
-rw-r--r--chrome/browser/memory_details.h1
-rw-r--r--chrome/browser/resources/about_memory.html2
3 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/memory_details.cc b/chrome/browser/memory_details.cc
index eae7f73..bbce3ce 100644
--- a/chrome/browser/memory_details.cc
+++ b/chrome/browser/memory_details.cc
@@ -27,6 +27,7 @@ static ProcessData
{ L"Opera", L"opera.exe", },
{ L"Safari", L"safari.exe", },
{ L"IE (64bit)", L"iexplore.exe", },
+ { L"Konqueror", L"konqueror.exe", },
};
diff --git a/chrome/browser/memory_details.h b/chrome/browser/memory_details.h
index ddf5280..8876c47 100644
--- a/chrome/browser/memory_details.h
+++ b/chrome/browser/memory_details.h
@@ -79,6 +79,7 @@ class MemoryDetails : public base::RefCountedThreadSafe<MemoryDetails> {
OPERA_BROWSER,
SAFARI_BROWSER,
IE_64BIT_BROWSER,
+ KONQUEROR_BROWSER,
MAX_BROWSERS
} BrowserProcess;
diff --git a/chrome/browser/resources/about_memory.html b/chrome/browser/resources/about_memory.html
index 08f24ce..a06002f 100644
--- a/chrome/browser/resources/about_memory.html
+++ b/chrome/browser/resources/about_memory.html
@@ -527,7 +527,7 @@ function enableHelpTooltips() {
</tr>
</table>
<div class=otherbrowsers jsdisplay="browsers.length == 1">
- Note: If other browsers (IE, Firefox, Opera, Safari) are running,
+ Note: If other browsers (e.g. IE, Firefox, Safari) are running,
I'll show their memory details here.
</div>