| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index b88520b16cb567be79893530d76e68f6249247f3..80ae84cc3bd84523765fb5a8e0e06c434278e2e6 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -1006,6 +1006,13 @@ const Experiment kExperiments[] = {
|
| kOsAll,
|
| SINGLE_VALUE_TYPE(switches::kEnableNewAutofillHeuristics)
|
| },
|
| + {
|
| + "enable-web-intents-invocation",
|
| + IDS_FLAGS_WEB_INTENTS_INVOCATION_ENABLED_NAME,
|
| + IDS_FLAGS_WEB_INTENTS_INVOCATION_ENABLED_DESCRIPTION,
|
| + kOsAll,
|
| + SINGLE_VALUE_TYPE(switches::kWebIntentsInvocationEnabled)
|
| + },
|
| };
|
|
|
| const Experiment* experiments = kExperiments;
|
|
|