| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 999c52c77a56cbf8a1638913747ffa212a80cf6e..60cd3d665d7514d54d026f45c9669360b0a8e746 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -923,6 +923,15 @@ const Experiment kExperiments[] = {
|
| SINGLE_VALUE_TYPE(ash::switches::kAshEnableAdvancedGestures),
|
| },
|
| #endif
|
| +#if defined(OS_CHROMEOS)
|
| + {
|
| + "enable-request-tablet-site",
|
| + IDS_FLAGS_ENABLE_REQUEST_TABLET_SITE_NAME,
|
| + IDS_FLAGS_ENABLE_REQUEST_TABLET_SITE_DESCRIPTION,
|
| + kOsCrOS,
|
| + SINGLE_VALUE_TYPE(switches::kEnableRequestTabletSite)
|
| + },
|
| +#endif
|
| };
|
|
|
| const Experiment* experiments = kExperiments;
|
|
|