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

Unified Diff: chrome/browser/omnibox/omnibox_field_trial.h

Issue 23621037: Send URLs on non-zero prefix suggest requests also. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test. Created 7 years, 1 month 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/omnibox/omnibox_field_trial.h
diff --git a/chrome/browser/omnibox/omnibox_field_trial.h b/chrome/browser/omnibox/omnibox_field_trial.h
index 50b8701334f6903ba2efe80dcc29223238cffee9..fee3322c668e17dd65bf7c766618c7636db35ba7 100644
--- a/chrome/browser/omnibox/omnibox_field_trial.h
+++ b/chrome/browser/omnibox/omnibox_field_trial.h
@@ -102,6 +102,10 @@ class OmniboxFieldTrial {
// ZeroSuggest and most visited suggestions.
static bool InZeroSuggestMostVisitedFieldTrial();
+ // Returns whether the user is in a ZeroSuggest field trial and URL-based
+ // suggestions can continue to appear after the user has started typing.
+ static bool InZeroSuggestAfterTypingFieldTrial();
+
// ---------------------------------------------------------
// For the ShortcutsScoringMaxRelevance experiment that's part of the
// bundled omnibox field trial.

Powered by Google App Engine
This is Rietveld 408576698