Index: chrome/common/child_process_logging_mac.mm |
=================================================================== |
--- chrome/common/child_process_logging_mac.mm (revision 130670) |
+++ chrome/common/child_process_logging_mac.mm (working copy) |
@@ -220,6 +220,10 @@ |
} |
} |
+void SetExperimentList(const std::vector<string16>& state) { |
+ // TODO(mad): Implement this. |
+} |
+ |
void SetChannel(const std::string& channel) { |
// This should match the corresponding string in breakpad_win.cc. |
NSString* const kChannelKey = @"channel"; |