summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_process_internal__linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-base_process_internal__linux.h')
-rw-r--r--www/chromium/files/patch-base_process_internal__linux.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/files/patch-base_process_internal__linux.h b/www/chromium/files/patch-base_process_internal__linux.h
index bfa9c8630afd..bc5329b84271 100644
--- a/www/chromium/files/patch-base_process_internal__linux.h
+++ b/www/chromium/files/patch-base_process_internal__linux.h
@@ -1,4 +1,4 @@
---- base/process/internal_linux.h.orig 2020-03-16 18:39:41 UTC
+--- base/process/internal_linux.h.orig 2020-09-08 19:13:57 UTC
+++ base/process/internal_linux.h
@@ -14,6 +14,8 @@
@@ -9,7 +9,7 @@
namespace base {
class Time;
-@@ -50,6 +52,14 @@ bool ParseProcStats(const std::string& stats_data,
+@@ -55,6 +57,14 @@ bool ParseProcStats(const std::string& stats_data,
// If the ordering ever changes, carefully review functions that use these
// values.
enum ProcStatsFields {
@@ -24,7 +24,7 @@
VM_COMM = 1, // Filename of executable, without parentheses.
VM_STATE = 2, // Letter indicating the state of the process.
VM_PPID = 3, // PID of the parent.
-@@ -62,6 +72,7 @@ enum ProcStatsFields {
+@@ -67,6 +77,7 @@ enum ProcStatsFields {
VM_STARTTIME = 21, // The time the process started in clock ticks.
VM_VSIZE = 22, // Virtual memory size in bytes.
VM_RSS = 23, // Resident Set Size in pages.