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

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

Issue 22945004: InstantExtended: Add new_tab_url to TemplateURL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Created 7 years, 4 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 094f660085aa49b5d39ee767a8e9fc1f779712b4..58885298e2d25d024edf6e66bf3c092bb46eb4b0 100644
--- a/chrome/browser/search/search.h
+++ b/chrome/browser/search/search.h
@@ -126,6 +126,10 @@ bool ShouldHideTopVerbatimMatch();
// to always show the remote NTP on browser startup.
bool ShouldPreferRemoteNTPOnStartup();
+// Returns true if the cacheable NTP should be shown and false if not.
+// Exposed for testing.
+bool ShouldUseCacheableNTP();
+
// Returns true if the Instant NTP should be shown and false if not.
bool ShouldShowInstantNTP();

Powered by Google App Engine
This is Rietveld 408576698