| Index: extensions/common/switches.cc
|
| diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc
|
| index 451cbc092b79939266c62fac398cf45301de8b77..82222c428d0ec92c4751e631568ff630a73ad174 100644
|
| --- a/extensions/common/switches.cc
|
| +++ b/extensions/common/switches.cc
|
| @@ -8,6 +8,9 @@ namespace extensions {
|
|
|
| namespace switches {
|
|
|
| +// Allows non-https URL for background_page for hosted apps.
|
| +const char kAllowHTTPBackgroundPage[] = "allow-http-background-page";
|
| +
|
| // Allows the browser to load extensions that lack a modern manifest when that
|
| // would otherwise be forbidden.
|
| const char kAllowLegacyExtensionManifests[] =
|
|
|