| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 5d0fe27d9213cc4de7f51cadd9d6f991188b5e3a..be2ee94d97db3d621dc4b540539a961b6829530d 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -869,6 +869,13 @@ const Experiment kExperiments[] = {
|
| SINGLE_VALUE_TYPE(switches::kEnableExperimentalWebPlatformFeatures)
|
| },
|
| {
|
| + "enable-web-bluetooth",
|
| + IDS_FLAGS_WEB_BLUETOOTH_NAME,
|
| + IDS_FLAGS_WEB_BLUETOOTH_DESCRIPTION,
|
| + kOsAll,
|
| + SINGLE_VALUE_TYPE(switches::kEnableWebBluetooth)
|
| + },
|
| + {
|
| "disable-ntp-other-sessions-menu",
|
| IDS_FLAGS_NTP_OTHER_SESSIONS_MENU_NAME,
|
| IDS_FLAGS_NTP_OTHER_SESSIONS_MENU_DESCRIPTION,
|
|
|