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

Unified Diff: chrome/browser/ui/search/instant_tab.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_tab.h
diff --git a/chrome/browser/ui/search/instant_tab.h b/chrome/browser/ui/search/instant_tab.h
index 6951c582fc7e2935476bcc96c5d9a260d9f12e40..c20ca0fbc0fb32c806bc265bf54780fa502e5007 100644
--- a/chrome/browser/ui/search/instant_tab.h
+++ b/chrome/browser/ui/search/instant_tab.h
@@ -13,7 +13,8 @@
// that supports the Instant API.
class InstantTab : public InstantPage {
public:
- explicit InstantTab(InstantPage::Delegate* delegate);
+ explicit InstantTab(InstantPage::Delegate* delegate,
Jered 2013/06/20 18:55:35 Remove explicit.
+ bool off_the_record);
virtual ~InstantTab();
// Start observing |contents| for messages. Sends a message to determine if

Powered by Google App Engine
This is Rietveld 408576698