handle partition config in browser context
This commit is contained in:
parent
89e66f15c3
commit
fa5c8fc943
5 changed files with 34 additions and 11 deletions
|
@ -121,7 +121,7 @@ void BrowserMainParts::PreMainMessageLoopStart() {
|
|||
|
||||
void BrowserMainParts::PreMainMessageLoopRun() {
|
||||
browser_context_.reset(CreateBrowserContext());
|
||||
browser_context_->Initialize();
|
||||
browser_context_->Initialize(base::FilePath());
|
||||
|
||||
web_ui_controller_factory_.reset(
|
||||
new WebUIControllerFactory(browser_context_.get()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue