diff options
author | mpearson@chromium.org <mpearson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-25 10:17:56 +0000 |
---|---|---|
committer | mpearson@chromium.org <mpearson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-25 10:17:56 +0000 |
commit | c5e122b7e84d35ed037edcc543bc19e9e1a12ba9 (patch) | |
tree | fac1689517672770b7a8eedf6fbf441755016451 /chrome/browser/omnibox/omnibox_field_trial.h | |
parent | a4780c63799e6a52464608f1b608e0aed570e6bf (diff) | |
download | chromium_src-c5e122b7e84d35ed037edcc543bc19e9e1a12ba9.zip chromium_src-c5e122b7e84d35ed037edcc543bc19e9e1a12ba9.tar.gz chromium_src-c5e122b7e84d35ed037edcc543bc19e9e1a12ba9.tar.bz2 |
Omnibox HUP: Comment Cleanup
Following suggestions from
https://codereview.chromium.org/347963002/
BUG=380357
Review URL: https://codereview.chromium.org/349183004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279664 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/omnibox/omnibox_field_trial.h')
-rw-r--r-- | chrome/browser/omnibox/omnibox_field_trial.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/chrome/browser/omnibox/omnibox_field_trial.h b/chrome/browser/omnibox/omnibox_field_trial.h index 7a5e383..fafd818 100644 --- a/chrome/browser/omnibox/omnibox_field_trial.h +++ b/chrome/browser/omnibox/omnibox_field_trial.h @@ -304,12 +304,9 @@ class OmniboxFieldTrial { // autocompletions to offer. Normally HistoryURL does not add the UWYT match // if there are good inline autocompletions, as the user could simply hit // backspace to delete the completion and get the what-you-typed match. - // However, in the disable inlining experiment this interaction is a lot more - // difficult. The user will have to select a not-inlined suggestion and - // backspace (possibly a lot) to get back to the what-you-typed match. - // This mode is intended to alleviate the pain by always ensuring that - // the UWYT match appears somewhere on the list of suggestions. Returns - // false if the experiment isn't active. + // However, for the disabling inlining experiment we want to have the UWYT + // always explicitly displayed at an option if possible. Returns false if + // the experiment isn't active. static bool AddUWYTMatchEvenIfPromotedURLs(); // --------------------------------------------------------- |