Chromium Code Reviews| 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..26d7e8cd009c2b251bf7ff787e848b3fd3905903 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 off_the_record); |
|
Jered
2013/06/20 18:55:35
"is_incognito" would be clearer.
|
| virtual ~InstantNTP(); |
| // Creates a new WebContents and loads |instant_url_| into it. Uses |