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(); |