| Index: chrome/browser/ui/browser_instant_controller.cc
|
| diff --git a/chrome/browser/ui/browser_instant_controller.cc b/chrome/browser/ui/browser_instant_controller.cc
|
| index f5aee48606d9867734bf3765e62d6defcad7ab1c..4204f86a006a83b187436f0771bd12598a5f3ba6 100644
|
| --- a/chrome/browser/ui/browser_instant_controller.cc
|
| +++ b/chrome/browser/ui/browser_instant_controller.cc
|
| @@ -40,7 +40,8 @@ namespace chrome {
|
| BrowserInstantController::BrowserInstantController(Browser* browser)
|
| : browser_(browser),
|
| instant_(ALLOW_THIS_IN_INITIALIZER_LIST(this),
|
| - chrome::search::IsInstantExtendedAPIEnabled(browser->profile())),
|
| + chrome::search::IsInstantExtendedAPIEnabled(browser->profile()),
|
| + browser->profile()->IsOffTheRecord()),
|
| instant_unload_handler_(browser),
|
| initialized_theme_info_(false),
|
| theme_area_height_(0) {
|
|
|