| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index af03e055b244ab988052d1ef83f3538ab9c10bbc..c7c6a5dc20bd6749316e74b0d6e74c03eb86733a 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -1244,6 +1244,12 @@ const Experiment kExperiments[] = {
|
| ENABLE_DISABLE_VALUE_TYPE(ash::switches::kAshEnableImmersiveFullscreen,
|
| ash::switches::kAshDisableImmersiveFullscreen),
|
| },
|
| + { "ash-use-same-frame-for-v1-and-v2-apps",
|
| + IDS_FLAGS_ASH_USE_SAME_FRAME_FOR_V1_AND_V2_APPS_NAME,
|
| + IDS_FLAGS_ASH_USE_SAME_FRAME_FOR_V1_AND_V2_APPS_DESCRIPTION,
|
| + kOsCrOS,
|
| + SINGLE_VALUE_TYPE(ash::switches::kAshUseSameFrameForV1AndV2Apps),
|
| + },
|
| #if defined(OS_LINUX)
|
| { "ash-enable-memory-monitor",
|
| IDS_FLAGS_ENABLE_MEMORY_MONITOR_NAME,
|
|
|