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