| Index: extensions/common/switches.cc
|
| diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc
|
| index 1bdd67a757cd1bb2d782130bcad1a31bbd2d9460..d82fb1778a5d63d6a372facef2729c0c1281daaa 100644
|
| --- a/extensions/common/switches.cc
|
| +++ b/extensions/common/switches.cc
|
| @@ -25,6 +25,9 @@ const char kEmbeddedExtensionOptions[] = "embedded-extension-options";
|
| // insignificant for apps that load most of their resources asynchronously.
|
| const char kEnableAppsShowOnFirstPaint[] = "enable-apps-show-on-first-paint";
|
|
|
| +// 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[] =
|
|
|