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

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

Issue 18223002: InstantExtended: Remove overlay control code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. 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/search/search.h
diff --git a/chrome/browser/search/search.h b/chrome/browser/search/search.h
index 95eb51e8acd5b8f245f52ac67933dadb559e4979..313f164dc124a7c08b4d8b37f86a282eb0265b18 100644
--- a/chrome/browser/search/search.h
+++ b/chrome/browser/search/search.h
@@ -168,9 +168,6 @@ bool IsPrivilegedURLForInstant(const GURL& url);
// InstantLoader.
int GetInstantLoaderStalenessTimeoutSec();
-// Returns true if |contents| corresponds to an Instant overlay.
-bool IsInstantOverlay(const content::WebContents* contents);
-
// Returns true if |contents| corresponds to a preloaded instant extended NTP.
bool IsPreloadedInstantExtendedNTP(const content::WebContents* contents);

Powered by Google App Engine
This is Rietveld 408576698