Chromium Code Reviews| Index: content/shell/browser/shell.cc |
| =================================================================== |
| --- content/shell/browser/shell.cc (revision 244775) |
| +++ content/shell/browser/shell.cc (working copy) |
| @@ -67,9 +67,6 @@ |
| is_fullscreen_(false), |
| window_(NULL), |
| url_edit_view_(NULL), |
| -#if defined(OS_WIN) && !defined(USE_AURA) |
| - default_edit_wnd_proc_(0), |
| -#endif |
| headless_(false) { |
| const CommandLine& command_line = *CommandLine::ForCurrentProcess(); |
| if (command_line.HasSwitch(switches::kDumpRenderTree)) |