Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2656)

Unified Diff: chrome/browser/ui/search/instant_ntp.h

Issue 17303003: InstantExtended: hook up InstantTab in incognito. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Dont send other info in incognito. Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698