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