| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 8f552e524319aebf3f5d79da21d2f9cdd269d135..7dc4aa45e6591821be67ec8d536e80cb166d65dc 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -101,7 +101,7 @@ const Experiment kExperiments[] = {
|
| "match-preview", // Do not change; see above.
|
| IDS_FLAGS_PREDICTIVE_INSTANT_NAME,
|
| IDS_FLAGS_PREDICTIVE_INSTANT_DESCRIPTION,
|
| - kOsMac | kOsLinux,
|
| + kOsMac,
|
| switches::kEnablePredictiveInstant
|
| },
|
| {
|
|
|