| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index e3bfdab69d184e3572b8ca1016fc528377f09a8e..6745db8462b6c1531fecd818e43b02193787e3e8 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -609,6 +609,13 @@ const Experiment kExperiments[] = {
|
| kOsWin | kOsLinux | kOsCrOS,
|
| SINGLE_VALUE_TYPE(ash::switches::kAuraGoogleDialogFrames)
|
| },
|
| + {
|
| + "ash-disable-auto-window-placement",
|
| + IDS_FLAGS_ASH_AUTO_WINDOW_PLACEMENT_NAME,
|
| + IDS_FLAGS_ASH_AUTO_WINDOW_PLACEMENT_DESCRIPTION,
|
| + kOsWin | kOsLinux | kOsCrOS,
|
| + SINGLE_VALUE_TYPE(ash::switches::kAshDisableAutoWindowPlacement)
|
| + },
|
| #endif
|
| {
|
| "per-tile-painting",
|
|
|