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

Unified Diff: chrome/browser/ui/search/instant_overlay.cc

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.cc
diff --git a/chrome/browser/ui/search/instant_overlay.cc b/chrome/browser/ui/search/instant_overlay.cc
index 66569644bd7397693b0638bf8050cc1c437597dc..4d8c35ce91b347c3dc0bc9da42b08c049861559b 100644
--- a/chrome/browser/ui/search/instant_overlay.cc
+++ b/chrome/browser/ui/search/instant_overlay.cc
@@ -40,8 +40,9 @@ InstantOverlay* InstantOverlay::FromWebContents(
}
InstantOverlay::InstantOverlay(InstantController* controller,
- const std::string& instant_url)
- : InstantPage(controller, instant_url),
+ const std::string& instant_url,
+ bool off_the_record)
+ : InstantPage(controller, instant_url, off_the_record),
loader_(this),
is_stale_(false),
is_pointer_down_from_activate_(false) {

Powered by Google App Engine
This is Rietveld 408576698