| Index: chrome/browser/ui/search/instant_tab.cc
|
| diff --git a/chrome/browser/ui/search/instant_tab.cc b/chrome/browser/ui/search/instant_tab.cc
|
| index cc57987f48d4f798e68dd9d0634410d88c2799a2..295d1ad26b4702668accd190aa3a7fb949ec3287 100644
|
| --- a/chrome/browser/ui/search/instant_tab.cc
|
| +++ b/chrome/browser/ui/search/instant_tab.cc
|
| @@ -10,7 +10,7 @@
|
|
|
| InstantTab::InstantTab(InstantPage::Delegate* delegate,
|
| Profile* profile)
|
| - : InstantPage(delegate, "", profile, profile->IsOffTheRecord()) {
|
| + : InstantPage(delegate, "", profile) {
|
| }
|
|
|
| InstantTab::~InstantTab() {
|
|
|