diff options
author | tsergeant <tsergeant@chromium.org> | 2015-02-17 15:48:41 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-17 23:49:14 +0000 |
commit | 60dc33d276e8e953a284c4baebf0a6432b53d4e4 (patch) | |
tree | fcac6b1b6524389a21a6a24a77c06e40b6f9778b /extensions | |
parent | d86b5af564858ac5c62ceab75d35faf8b3e8589c (diff) | |
download | chromium_src-60dc33d276e8e953a284c4baebf0a6432b53d4e4.zip chromium_src-60dc33d276e8e953a284c4baebf0a6432b53d4e4.tar.gz chromium_src-60dc33d276e8e953a284c4baebf0a6432b53d4e4.tar.bz2 |
Remove disable-extension-info-dialog flag
The dialog has been enabled by default on chrome://extensions for
non-Mac platforms since M40.
BUG=395495
Review URL: https://codereview.chromium.org/916333002
Cr-Commit-Position: refs/heads/master@{#316704}
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/common/switches.cc | 4 | ||||
-rw-r--r-- | extensions/common/switches.h | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc index f3ea11a..51681cc 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"; diff --git a/extensions/common/switches.h b/extensions/common/switches.h index a55028b..8635d3e 100644 --- a/extensions/common/switches.h +++ b/extensions/common/switches.h @@ -13,7 +13,6 @@ namespace switches { extern const char kAllowHTTPBackgroundPage[]; extern const char kAllowLegacyExtensionManifests[]; -extern const char kDisableExtensionInfoDialog[]; extern const char kEmbeddedExtensionOptions[]; extern const char kSurfaceWorker[]; extern const char kEnableAppsShowOnFirstPaint[]; |