summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser.cc')
-rw-r--r--chrome/browser/browser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser.cc b/chrome/browser/browser.cc
index b238ce6..d772a5e 100644
--- a/chrome/browser/browser.cc
+++ b/chrome/browser/browser.cc
@@ -4310,6 +4310,6 @@ bool Browser::OpenInstant(WindowOpenDisposition disposition) {
void Browser::CreateInstantIfNecessary() {
if (type() == TYPE_NORMAL && InstantController::IsEnabled(profile()) &&
!profile()->IsOffTheRecord()) {
- instant_.reset(new InstantController(this));
+ instant_.reset(new InstantController(profile_, this));
}
}