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

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

Issue 2142083002: Remove search::ShouldShowGoogleLocalNTP ("google_local_ntp" field trial flag) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « chrome/browser/search/local_ntp_source.cc ('k') | chrome/browser/search/search.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/search/search.h
diff --git a/chrome/browser/search/search.h b/chrome/browser/search/search.h
index 2b33dbb26b583f0130686cff380146b68bc495de..4466ef28c2c2e6ffd8e6516bfcff40d2e63ea548 100644
--- a/chrome/browser/search/search.h
+++ b/chrome/browser/search/search.h
@@ -134,10 +134,6 @@ GURL GetSearchResultPrefetchBaseURL(Profile* profile);
// focused.
bool ShouldPrerenderInstantUrlOnOmniboxFocus();
-// Returns true if the local new tab page should show a Google logo and search
-// box for users whose default search provider is Google, or false if not.
-bool ShouldShowGoogleLocalNTP();
-
// Transforms the input |url| into its "effective URL". The returned URL
// facilitates grouping process-per-site. The |url| is transformed, for
// example, from
« no previous file with comments | « chrome/browser/search/local_ntp_source.cc ('k') | chrome/browser/search/search.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698