summaryrefslogtreecommitdiffstats
path: root/extensions/common/switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/common/switches.cc')
-rw-r--r--extensions/common/switches.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc
index 451cbc0..82222c4 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[] =