 Chromium Code Reviews
 Chromium Code Reviews Issue 9419033:
  Move creation of BrowserContext objects that live in content to content, instead of depending on th…  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/src/
    
  
    Issue 9419033:
  Move creation of BrowserContext objects that live in content to content, instead of depending on th…  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/src/| Index: content/content_browser.gypi | 
| =================================================================== | 
| --- content/content_browser.gypi (revision 122721) | 
| +++ content/content_browser.gypi (working copy) | 
| @@ -150,6 +150,7 @@ | 
| 'browser/appcache/chrome_appcache_service.h', | 
| 'browser/browser_child_process_host_impl.cc', | 
| 'browser/browser_child_process_host_impl.h', | 
| + 'browser/browser_context.cc', | 
| 'browser/browser_main.cc', | 
| 'browser/browser_main.h', | 
| 'browser/browser_main_loop.cc', |