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

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

Issue 330653004: Adds a field trial flag to control whether to use an alternate Instant search base page URL for pre… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 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
« no previous file with comments | « no previous file | 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 978e394903849d5b0744778b735165d0205e8673..d0fa1ed3e6e17c4e4e474f48fb970d1d86266687 100644
--- a/chrome/browser/search/search.h
+++ b/chrome/browser/search/search.h
@@ -289,6 +289,11 @@ bool GetBoolValueForFlagWithDefault(const std::string& flag,
// Returns the Cacheable New Tab Page URL for the given |profile|.
GURL GetNewTabPageURL(Profile* profile);
+// Returns true if 'use_alternate_instant_url' flag is set to true in field
+// trials to use an alternate Instant search base page URL for prefetching
+// search results. This allows experimentation of Instant search.
+bool ShouldUseAltInstantURL();
+
} // namespace chrome
#endif // CHROME_BROWSER_SEARCH_SEARCH_H_
« no previous file with comments | « no previous file | chrome/browser/search/search.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698