| Index: chrome/common/child_process_logging_mac.mm
|
| diff --git a/chrome/common/child_process_logging_mac.mm b/chrome/common/child_process_logging_mac.mm
|
| index 0541977bf55d7102349866ba91707d30af2d1845..4454b94225f414925a385180c0cbb3f3c910b8a6 100644
|
| --- a/chrome/common/child_process_logging_mac.mm
|
| +++ b/chrome/common/child_process_logging_mac.mm
|
| @@ -175,6 +175,10 @@ void SetNumberOfViews(int number_of_views) {
|
| SetNumberOfViewsImpl(number_of_views, SetCrashKeyValue);
|
| }
|
|
|
| +void SetCrashOnExit(bool crash_on_exit) {
|
| + // TODO(eroman): Implement. See http://crbug.com/118665
|
| +}
|
| +
|
| void SetCommandLine(const CommandLine* command_line) {
|
| DCHECK(command_line);
|
| if (!command_line)
|
|
|