| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index fa396776387a5576783008c2f063a5371385222f..5e4ec6fe4ef9f7a2b6f6d020dc4ce159b6d36578 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -471,6 +471,10 @@ const char kEnableDNSCertProvenanceChecking[] =
|
|
|
| const char kEnableDNSSECCerts[] = "enable-dnssec-certs";
|
|
|
| +// Enables app manifest features that are in development.
|
| +const char kEnableExperimentalAppManifests[] =
|
| + "enable-experimental-app-manifests";
|
| +
|
| // Enables extension APIs that are in development.
|
| const char kEnableExperimentalExtensionApis[] =
|
| "enable-experimental-extension-apis";
|
|
|