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

Unified Diff: chrome/common/chrome_switches.cc

Issue 11150002: New post-sideload UI: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed unit tests, disable on chromeos, feature switch Created 8 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/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 4b600e20fcfedca48b11da36bda09bc2e3f73e7c..e826b0c0f5b12265a506da44f2ce00f19d7df2ab 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -696,6 +696,10 @@ const char kExtensionsUpdateFrequency[] = "extensions-update-frequency";
// Should we use an external Autofill popup? Default is no.
const char kExternalAutofillPopup[] = "external-autofill-popup";
+// Should we prompt the user before allowing external extensions to install?
+// Default is yes.
+const char kExternalExtensionPrompt[] = "external-extension-prompt";
Yoyo Zhou 2012/10/16 23:28:05 naming nit: I would like prompt-for-external-exten
Matt Perry 2012/10/17 00:02:44 Done.
+
// These two flags are added around the switches about:flags adds to the
// command line. This is useful to see which switches were added by about:flags
// on about:version. They don't have any effect.

Powered by Google App Engine
This is Rietveld 408576698