Index: chrome/common/child_process_logging_mac.mm |
=================================================================== |
--- chrome/common/child_process_logging_mac.mm (revision 100642) |
+++ chrome/common/child_process_logging_mac.mm (working copy) |
@@ -173,4 +173,8 @@ |
SetNumberOfViewsImpl(number_of_views, SetCrashKeyValue); |
} |
+void SetCommandLineFromCurrent() { |
+ // TODO: http://crbug.com/60991 |
+} |
+ |
} // namespace child_process_logging |