| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 2f5337ef1ab77e07c9b730f62c253611465bd148..079f2dbcae88702d58374dc58c039a3dae223253 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -448,7 +448,8 @@ Browser::Browser(const CreateParams& params)
|
| #endif // defined(OS_WIN)
|
| }
|
|
|
| - exclusive_access_manager_.reset(new ExclusiveAccessManager(this));
|
| + exclusive_access_manager_.reset(
|
| + new ExclusiveAccessManager(window_->GetExclusiveAccessContext()));
|
|
|
| // Must be initialized after window_.
|
| // Also: surprise! a modal dialog host is not necessary to host modal dialogs
|
|
|