Index: chrome/common/child_process_logging_mac.mm |
=================================================================== |
--- chrome/common/child_process_logging_mac.mm (revision 100836) |
+++ chrome/common/child_process_logging_mac.mm (working copy) |
@@ -173,4 +173,9 @@ |
SetNumberOfViewsImpl(number_of_views, SetCrashKeyValue); |
} |
+void SetCommandLine(const CommandLine*) { |
+ // TODO: http://crbug.com/60991 |
+ NOTIMPLEMENTED(); |
+} |
+ |
} // namespace child_process_logging |