Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index a472eebd43c0a25d5db2fd8059486576712890dc..581b38cb74089f9612efc358979a6187f9843717 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. |
+const char kShowComponentExtensionOptions[] = |
+ "show-component-extension-options"; |
+ |
// See kHideIcons. |
const char kShowIcons[] = "show-icons"; |