Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index a472eebd43c0a25d5db2fd8059486576712890dc..13209df976bdee1c23d4263a0c5b27a0ce19b7c1 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -970,6 +970,10 @@ const char kServiceAccountLsid[] = "service-account-lsid"; |
// Annotates forms with Autofill field type predictions. |
const char kShowAutofillTypePredictions[] = "show-autofill-type-predictions"; |
+// Makes component extensions appear in chrome://settings/extensions |
Aaron Boodman
2011/10/24 18:27:56
Nit: add a period :)
|
+const char kShowComponentExtensionOptions[] = |
+ "show-component-extension-options"; |
+ |
// See kHideIcons. |
const char kShowIcons[] = "show-icons"; |