Chromium Code Reviews| Index: chrome/common/child_process_logging_mac.mm |
| =================================================================== |
| --- chrome/common/child_process_logging_mac.mm (revision 33256) |
| +++ chrome/common/child_process_logging_mac.mm (working copy) |
| @@ -91,4 +91,9 @@ |
| std::wstring wstr = ASCIIToWide(str); |
| GoogleUpdateSettings::SetMetricsId(wstr); |
| } |
| + |
| +void SetActiveExtensions(const std::vector<std::string> extension_ids) { |
| + // TODO(port) |
| +} |
| + |
| } // namespace child_process_logging |