Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index a472eebd43c0a25d5db2fd8059486576712890dc..14b1fa075b2681ef16580dc9fb16d722ed21a8c4 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://extensions/ |
|
Mihai Parparita -not on Chrome
2011/10/24 17:57:46
Isn't the new canonical URL chrome://settings/exte
|
| +const char kShowComponentExtensionsInOptions[] = |
| + "show-component-extensions-in-options"; |
| + |
| // See kHideIcons. |
| const char kShowIcons[] = "show-icons"; |