 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/browser/tab_contents/navigation_controller_impl.cc | 
| =================================================================== | 
| --- content/browser/tab_contents/navigation_controller_impl.cc (revision 122721) | 
| +++ content/browser/tab_contents/navigation_controller_impl.cc (working copy) | 
| @@ -183,7 +183,7 @@ | 
| DCHECK(browser_context_); | 
| if (!session_storage_namespace_) { | 
| session_storage_namespace_ = new SessionStorageNamespace( | 
| - browser_context_->GetWebKitContext()); | 
| + BrowserContext::GetWebKitContext(browser_context_)); | 
| } | 
| } |