 Chromium Code Reviews
 Chromium Code Reviews Issue 18119009:
  Make utility process run in-process when running in single-process mode.  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/src/
    
  
    Issue 18119009:
  Make utility process run in-process when running in single-process mode.  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/src/| Index: chrome/browser/extensions/startup_helper.cc | 
| =================================================================== | 
| --- chrome/browser/extensions/startup_helper.cc (revision 210446) | 
| +++ chrome/browser/extensions/startup_helper.cc (working copy) | 
| @@ -139,7 +139,6 @@ | 
| scoped_refptr<SandboxedUnpacker> unpacker( | 
| new SandboxedUnpacker(crx_file_, | 
| - true /* out of process */, | 
| Manifest::INTERNAL, | 
| 0, /* no special creation flags */ | 
| temp_dir_, |