Chromium Code Reviews| Index: base/process_linux.cc |
| diff --git a/base/process_linux.cc b/base/process_linux.cc |
| index cb413e153b6d02cbeb36d0bbe7745f118a21e001..3c038387e810bce354c05bb525acf9708ad6da16 100644 |
| --- a/base/process_linux.cc |
| +++ b/base/process_linux.cc |
| @@ -109,7 +109,7 @@ bool Process::SetProcessBackgrounded(bool background) { |
| struct CheckForNicePermission { |
| bool can_reraise_priority; |
|
brettw
2011/12/22 20:10:46
Normally data would appear at the bottom, can you
|
| - CheckForNicePermission() { |
| + CheckForNicePermission() : can_reraise_priority(false) { |
| // We won't be able to raise the priority if we don't have the right rlimit. |
| // The limit may be adjusted in /etc/security/limits.conf for PAM systems. |
| struct rlimit rlim; |