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