Chromium Code Reviews| Index: chrome/app/chrome_dll_main.cc |
| =================================================================== |
| --- chrome/app/chrome_dll_main.cc (revision 33615) |
| +++ chrome/app/chrome_dll_main.cc (working copy) |
| @@ -225,10 +225,6 @@ |
| } |
| #endif // defined(OS_LINUX) |
| -#if defined(OS_WIN) |
| -extern "C" int _set_new_mode(int); |
| -#endif |
| - |
| // Register the invalid param handler and pure call handler to be able to |
| // notify breakpad when it happens. |
| void RegisterInvalidParamHandler() { |