| 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..7fdf3196646c52671b979992c668eda250e75288 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 is_incognito)
|
| + : InstantPage(delegate, "", is_incognito) {
|
| }
|
|
|
| InstantTab::~InstantTab() {
|
|
|