Chromium Code Reviews| Index: chrome/common/child_process_logging_linux.cc |
| =================================================================== |
| --- chrome/common/child_process_logging_linux.cc (revision 100642) |
| +++ chrome/common/child_process_logging_linux.cc (working copy) |
| @@ -78,4 +78,8 @@ |
| // TODO(port) |
| } |
| +void SetCommandLineFromCurrent() { |
| + // TODO: http://crbug.com/60993 |
|
Nico
2011/09/13 23:04:41
NOTIMPLEMENTED()?
eroman
2011/09/13 23:27:32
Done.
|
| +} |
| + |
| } // namespace child_process_logging |