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

Unified Diff: chrome/browser/ui/search/instant_overlay.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_overlay.h
diff --git a/chrome/browser/ui/search/instant_overlay.h b/chrome/browser/ui/search/instant_overlay.h
index beea995f548e41e13f6427f36b2621f0fc2e905c..33d6fd16ab2968fc5551c1fa1515380a4fb50149 100644
--- a/chrome/browser/ui/search/instant_overlay.h
+++ b/chrome/browser/ui/search/instant_overlay.h
@@ -32,7 +32,8 @@ class InstantOverlay : public InstantPage,
static InstantOverlay* FromWebContents(const content::WebContents* contents);
InstantOverlay(InstantController* controller,
- const std::string& instant_url);
+ const std::string& instant_url,
+ bool off_the_record);
virtual ~InstantOverlay();
// Creates a new WebContents and loads |instant_url_| into it. Uses

Powered by Google App Engine
This is Rietveld 408576698