 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: content/browser/DEPS | 
| =================================================================== | 
| --- content/browser/DEPS (revision 210446) | 
| +++ content/browser/DEPS (working copy) | 
| @@ -10,6 +10,10 @@ | 
| "+ui/webui", | 
| "+win8/util", | 
| + # For single-process mode. | 
| + "+content/child/child_process.h", | 
| + "+content/utility/utility_thread_impl.h", | 
| + | 
| # TODO(joi): This was misplaced; need to move it somewhere else, | 
| # since //content shouldn't depend on //components, which is a layer | 
| # above. |