| Index: extensions/common/switches.cc
|
| diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc
|
| index 7856a7b4cfb13a66d71c3d2ff8ebd7ee0946f1e2..ff07d3167c69dfc99db4f5ff080e400233efd958 100644
|
| --- a/extensions/common/switches.cc
|
| +++ b/extensions/common/switches.cc
|
| @@ -20,6 +20,9 @@ const char kAllowLegacyExtensionManifests[] =
|
| // a new tab.
|
| const char kEmbeddedExtensionOptions[] = "embedded-extension-options";
|
|
|
| +// Enables the <appview> tag in platform apps.
|
| +const char kEnableAppView[] = "enable-app-view";
|
| +
|
| // Hack so that feature switch can work with about_flags. See
|
| // kEnableScriptsRequireAction.
|
| const char kEnableEmbeddedExtensionOptions[] =
|
|
|