Chromium Code Reviews| Index: chrome/browser/renderer_host/browser_render_process_host.cc |
| =================================================================== |
| --- chrome/browser/renderer_host/browser_render_process_host.cc (revision 34757) |
| +++ chrome/browser/renderer_host/browser_render_process_host.cc (working copy) |
| @@ -980,7 +980,7 @@ |
| prefs->GetBoolean(prefs::kEnableAutoSpellCorrect))); |
| } else { |
| Send(new ViewMsg_SpellChecker_Init( |
| - IPC::PlatformFileForTransit(), |
|
huanr
2009/12/18 00:01:40
What does IPC::PlatformFileForTransit() end up bei
Evan Stade
2009/12/18 00:10:07
on windows, this was 0 instead of -1. On Posix it
|
| + IPC::InvalidPlatformFileForTransit(), |
| std::vector<std::string>(), |
| std::string(), |
| false)); |