Index: chrome/browser/ui/browser.cc |
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc |
index 72b0ce39095ed78ee8473b798750e3e460c0f5a4..e789776192ac99a45e132e35b8946055fee0ac14 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), |
+ override_redirect_(params.override_redirect), |
chrome_updater_factory_(this), |
weak_factory_(this) { |
// If this causes a crash then a window is being opened using a profile type |