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

Unified Diff: chrome/browser/autocomplete/autocomplete_field_trial.h

Issue 11757004: Omnibox: Add Mid-Input Matching to HistoryQuick Provider (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minor comment change Created 7 years, 10 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/autocomplete/autocomplete_field_trial.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autocomplete/autocomplete_field_trial.h
diff --git a/chrome/browser/autocomplete/autocomplete_field_trial.h b/chrome/browser/autocomplete/autocomplete_field_trial.h
index 85ced0dfc8f64a02b5ca1028a29fda9c865666e0..4416536d352ce3150183b826264129c87726ff0d 100644
--- a/chrome/browser/autocomplete/autocomplete_field_trial.h
+++ b/chrome/browser/autocomplete/autocomplete_field_trial.h
@@ -111,6 +111,17 @@ class AutocompleteFieldTrial {
// HistoryQuick provider.
static bool InHQPOnlyCountMatchesAtWordBoundariesFieldTrialExperimentGroup();
+ // ---------------------------------------------------------
+ // For the HistoryQuick provider use cursor position field trial.
+
+ // Returns whether the user is in any group for this field trial.
+ // (Should always be true unless initialization went wrong.)
+ static bool InHQPUseCursorPositionFieldTrial();
+
+ // Returns whether HistoryQuick provider shoudl allow breaking the
Peter Kasting 2013/02/06 18:34:27 Nit: shoudl
Mark P 2013/02/06 18:49:17 Done.
+ // omnibox input string at cursor position.
+ static bool InHQPUseCursorPositionFieldTrialExperimentGroup();
+
private:
DISALLOW_IMPLICIT_CONSTRUCTORS(AutocompleteFieldTrial);
};
« no previous file with comments | « no previous file | chrome/browser/autocomplete/autocomplete_field_trial.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698