Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(208)

Unified Diff: extensions/common/switches.cc

Issue 664933006: Enabled the App Info dialog on the Extensions page by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Un-merged badly combined rebase Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/common/switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/switches.cc
diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc
index 31f9d28fbe8c33abc6d7be56278ded70a3492f2d..0a8cdd84114a6fc27512bce130da988b57f2b69e 100644
--- a/extensions/common/switches.cc
+++ b/extensions/common/switches.cc
@@ -16,6 +16,10 @@ 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";
@@ -42,9 +46,6 @@ 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";
« no previous file with comments | « extensions/common/switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698