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

Unified Diff: chrome/browser/about_flags.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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index d1dc17794785e77569960864f689864d59e016f8..dd878a3f2ce127a963d0a2e69c01dcdcf73845a7 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1281,6 +1281,15 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kDisableGestureRequirementForMediaPlayback)
},
#endif
+#if defined(ENABLE_EXTENSIONS)
+ {
+ "disable-extension-info-dialog",
+ IDS_FLAGS_DISABLE_EXTENSION_INFO_DIALOG_NAME,
+ IDS_FLAGS_DISABLE_EXTENSION_INFO_DIALOG_DESCRIPTION,
+ kOsWin | kOsLinux | kOsCrOS,
+ SINGLE_VALUE_TYPE(extensions::switches::kDisableExtensionInfoDialog)
+ },
+#endif
#if defined(OS_CHROMEOS)
{
"enable-virtual-keyboard",
@@ -1334,15 +1343,6 @@ const Experiment kExperiments[] = {
kOsCrOS,
SINGLE_VALUE_TYPE(keyboard::switches::kEnableExperimentalInputViewFeatures)
},
-#if defined(ENABLE_EXTENSIONS)
- {
- "enable-extension-info-dialog",
- IDS_FLAGS_ENABLE_EXTENSION_INFO_DIALOG_NAME,
- IDS_FLAGS_ENABLE_EXTENSION_INFO_DIALOG_DESCRIPTION,
- kOsWin | kOsLinux | kOsCrOS,
- SINGLE_VALUE_TYPE(extensions::switches::kEnableExtensionInfoDialog)
- },
-#endif
#endif
{
"enable-simple-cache-backend",
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/extensions/extension_settings_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698