Chromium Code Reviews| Index: chrome/browser/chrome_browser_field_trials.cc |
| diff --git a/chrome/browser/chrome_browser_field_trials.cc b/chrome/browser/chrome_browser_field_trials.cc |
| index ee74e529d81035d4c8ba67759d88c3f0ed0ef8d2..a4e6c69ef8b10ab7a232c37b0a53fdf266c85f0f 100644 |
| --- a/chrome/browser/chrome_browser_field_trials.cc |
| +++ b/chrome/browser/chrome_browser_field_trials.cc |
| @@ -60,6 +60,7 @@ void ChromeBrowserFieldTrials::InstantiateDynamicTrials() { |
| // The following trials are used from renderer process. |
| // Mark here so they will be sync-ed. |
| base::FieldTrialList::FindValue("CLD1VsCLD2"); |
| + base::FieldTrialList::FindValue("DirectWrite"); |
|
scottmg
2014/06/17 00:07:16
this seems to be necessary so that the command lin
|
| base::FieldTrialList::FindValue("MouseEventPreconnect"); |
| // Activate the autocomplete dynamic field trials. |
| OmniboxFieldTrial::ActivateDynamicTrials(); |