| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 43ce942f13b20475d02cd52500195da70aa4efdf..19db991bd5b1f767f1177dd1c2778083c8c3f8fc 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -2008,6 +2008,12 @@ const Experiment kExperiments[] = {
|
| kOsMac,
|
| ENABLE_DISABLE_VALUE_TYPE(switches::kEnableMacViewsNativeAppWindows,
|
| switches::kDisableMacViewsNativeAppWindows)},
|
| + {"app-window-cycling",
|
| + IDS_FLAGS_APP_WINDOW_CYCLING_NAME,
|
| + IDS_FLAGS_APP_WINDOW_CYCLING_DESCRIPTION,
|
| + kOsMac,
|
| + ENABLE_DISABLE_VALUE_TYPE(switches::kEnableAppWindowCycling,
|
| + switches::kDisableAppWindowCycling)},
|
| #endif
|
| #if defined(ENABLE_WEBVR)
|
| {"enable-webvr",
|
|
|