| Index: chrome/common/child_process_logging_posix.cc
|
| diff --git a/chrome/common/child_process_logging_posix.cc b/chrome/common/child_process_logging_posix.cc
|
| index 2015256fb7529aecd6dbf917e36d46f683499a32..3fe79ab80764a962858e963d9979f4d1c913a692 100644
|
| --- a/chrome/common/child_process_logging_posix.cc
|
| +++ b/chrome/common/child_process_logging_posix.cc
|
| @@ -108,6 +108,10 @@ void SetNumberOfViews(int number_of_views) {
|
| g_num_views[kNumSize - 1] = '\0';
|
| }
|
|
|
| +void SetCrashOnExit(bool crash_on_exit) {
|
| + // TODO(eroman): Implement. See http://crbug.com/118665
|
| +}
|
| +
|
| void SetCommandLine(const CommandLine* command_line) {
|
| const CommandLine::StringVector& argv = command_line->argv();
|
|
|
|
|