diff options
Diffstat (limited to 'chrome/browser/ui/browser.cc')
-rw-r--r-- | chrome/browser/ui/browser.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc index 9a80747..28413b7 100644 --- a/chrome/browser/ui/browser.cc +++ b/chrome/browser/ui/browser.cc @@ -446,7 +446,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 |