Chromium Code Reviews| Index: chrome/common/platform_util_win.cc |
| =================================================================== |
| --- chrome/common/platform_util_win.cc (revision 34187) |
| +++ chrome/common/platform_util_win.cc (working copy) |
| @@ -157,8 +157,4 @@ |
| win_util::MessageBox(parent, message, title, MB_OK | MB_SETFOREGROUND); |
| } |
| -RendererPreferences GetInitedRendererPreferences() { |
| - return RendererPreferences(); |
| -} |
| - |
| } // namespace platform_util |