| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 5be1afbab5fddb5636650be4d889a6e9dd3ed0ff..e853ec1a691cff08a093699ecd54366f109fb8d8 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -1282,6 +1282,13 @@ const Experiment kExperiments[] = {
|
| kOsDesktop,
|
| SINGLE_VALUE_TYPE(switches::kEnableUserMediaScreenCapturing)
|
| },
|
| + {
|
| + "enable-apps-devtool-app",
|
| + IDS_FLAGS_ENABLE_APPS_DEVTOOL_APP_NAME,
|
| + IDS_FLAGS_ENABLE_APPS_DEVTOOL_APP_DESCRIPTION,
|
| + kOsDesktop,
|
| + SINGLE_VALUE_TYPE(switches::kAppsDevtool)
|
| + },
|
| };
|
|
|
| const Experiment* experiments = kExperiments;
|
|
|