| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 72b0ce39095ed78ee8473b798750e3e460c0f5a4..39ba24ff1e690591fffa8d7e053997ebbca9de10 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -360,6 +360,7 @@ Browser::Browser(const CreateParams& params)
|
| bookmark_bar_state_(BookmarkBar::HIDDEN),
|
| command_controller_(new chrome::BrowserCommandController(this)),
|
| window_has_shown_(false),
|
| + is_being_dragged_(params.is_being_dragged),
|
| chrome_updater_factory_(this),
|
| weak_factory_(this) {
|
| // If this causes a crash then a window is being opened using a profile type
|
|
|