| Index: extensions/common/switches.cc
|
| diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc
|
| index 0a8cdd84114a6fc27512bce130da988b57f2b69e..31f9d28fbe8c33abc6d7be56278ded70a3492f2d 100644
|
| --- a/extensions/common/switches.cc
|
| +++ b/extensions/common/switches.cc
|
| @@ -16,10 +16,6 @@ const char kAllowHTTPBackgroundPage[] = "allow-http-background-page";
|
| const char kAllowLegacyExtensionManifests[] =
|
| "allow-legacy-extension-manifests";
|
|
|
| -// Disables the App Info dialog from being launched from the chrome://extensions
|
| -// page (reverts to the old-style permissions dialog instead).
|
| -const char kDisableExtensionInfoDialog[] = "disable-extension-info-dialog";
|
| -
|
| // Enables extension options to be embedded in chrome://extensions rather than
|
| // a new tab.
|
| const char kEmbeddedExtensionOptions[] = "embedded-extension-options";
|
| @@ -46,6 +42,9 @@ const char kEnableExperimentalExtensionApis[] =
|
| const char kEnableExtensionActionRedesign[] =
|
| "enable-extension-action-redesign";
|
|
|
| +// Enables the App Info dialog to be launched from the chrome://extensions page.
|
| +const char kEnableExtensionInfoDialog[] = "enable-extension-info-dialog";
|
| +
|
| // Hack so that feature switch can work with about_flags. See
|
| // kEnableScriptsRequireAction.
|
| const char kEnableMimeHandlerView[] = "enable-mime-handler-view";
|
|
|