| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 3d376c9b05bb2bc204c46f14d33e67610a3a90da..73c50874415189230d80ddf399ee18f499342783 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -381,6 +381,8 @@ Browser::Browser(const CreateParams& params)
|
| bookmark_bar_state_(BookmarkBar::HIDDEN),
|
| command_controller_(new chrome::BrowserCommandController(this)),
|
| window_has_shown_(false),
|
| + keyboard_lock_host_(new keyboard_lock::KeyboardLockHost(
|
| + this, base::ThreadTaskRunnerHandle::Get())),
|
| chrome_updater_factory_(this),
|
| weak_factory_(this) {
|
| // If this causes a crash then a window is being opened using a profile type
|
|
|