| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index edb9981dab995e4cd0027e9cca7a163e2ca1c64f..aed2281d720ce7f79c3a62fb3e85df2e9f88a5a7 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -2434,6 +2434,15 @@ const Experiment kExperiments[] = {
|
| kOsAll,
|
| SINGLE_VALUE_TYPE(switches::kDisableNewVideoRenderer)
|
| },
|
| +#if defined(OS_CHROMEOS)
|
| + {
|
| + "enable-printer-app-search",
|
| + IDS_FLAGS_PRINTER_PROVIDER_SEARCH_APP_NAME,
|
| + IDS_FLAGS_PRINTER_PROVIDER_SEARCH_APP_DESCRIPTION,
|
| + kOsCrOS,
|
| + SINGLE_VALUE_TYPE(chromeos::switches::kEnablePrinterAppSearch)
|
| + },
|
| +#endif // OS_CHROMEOS
|
| // Temporary flag to ease the transition to standard-compliant scrollTop
|
| // behavior. Will be removed shortly after http://crbug.com/157855 ships.
|
| {
|
|
|