| Index: chrome/browser/ui/search/instant_ntp.cc
|
| diff --git a/chrome/browser/ui/search/instant_ntp.cc b/chrome/browser/ui/search/instant_ntp.cc
|
| index bda523ea6a78497526a48b096028b94852a1fc33..2826d9b288b371b6642576d9ce15f460e55bb529 100644
|
| --- a/chrome/browser/ui/search/instant_ntp.cc
|
| +++ b/chrome/browser/ui/search/instant_ntp.cc
|
| @@ -8,8 +8,9 @@
|
| #include "content/public/browser/web_contents.h"
|
|
|
| InstantNTP::InstantNTP(InstantPage::Delegate* delegate,
|
| - const std::string& instant_url)
|
| - : InstantPage(delegate, instant_url),
|
| + const std::string& instant_url,
|
| + bool is_incognito)
|
| + : InstantPage(delegate, instant_url, is_incognito),
|
| loader_(this) {
|
| }
|
|
|
|
|