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 6f3acd3cb9fe48c3cd3ea03d7741c38303fd28bb..e55db464ed160cfba95b368a5ff351b4486491da 100644 |
--- a/chrome/browser/ui/search/instant_tab.cc |
+++ b/chrome/browser/ui/search/instant_tab.cc |
@@ -5,8 +5,9 @@ |
#include "chrome/browser/ui/search/instant_tab.h" |
#include "content/public/browser/web_contents.h" |
-InstantTab::InstantTab(InstantPage::Delegate* delegate) |
- : InstantPage(delegate, "") { |
+InstantTab::InstantTab(InstantPage::Delegate* delegate, |
+ bool off_the_record) |
+ : InstantPage(delegate, "", off_the_record) { |
} |
InstantTab::~InstantTab() { |