| Index: chrome/browser/ui/search/instant_ntp.h
|
| diff --git a/chrome/browser/ui/search/instant_ntp.h b/chrome/browser/ui/search/instant_ntp.h
|
| index eedc6e1e87ba87a4938c92448b13aa3125897d37..e6b10ad6a15c029e0000ef938e251fd6f7b52673 100644
|
| --- a/chrome/browser/ui/search/instant_ntp.h
|
| +++ b/chrome/browser/ui/search/instant_ntp.h
|
| @@ -21,7 +21,8 @@ class Profile;
|
| class InstantNTP : public InstantPage,
|
| public InstantLoader::Delegate {
|
| public:
|
| - InstantNTP(InstantPage::Delegate* delegate, const std::string& instant_url);
|
| + InstantNTP(InstantPage::Delegate* delegate, const std::string& instant_url,
|
| + bool is_incognito);
|
| virtual ~InstantNTP();
|
|
|
| // Creates a new WebContents and loads |instant_url_| into it. Uses
|
|
|