Chromium Code Reviews| Index: chrome/installer/util/master_preferences_constants.h |
| diff --git a/chrome/installer/util/master_preferences_constants.h b/chrome/installer/util/master_preferences_constants.h |
| index c2e1c9f49b8d8c327f7b977234bfbf963d86fe07..387066a48c19e35d9da7c7d98237740071ae2b94 100644 |
| --- a/chrome/installer/util/master_preferences_constants.h |
| +++ b/chrome/installer/util/master_preferences_constants.h |
| @@ -92,6 +92,9 @@ extern const char kSystemLevel[]; |
| extern const char kVerboseLogging[]; |
| // Name of the block that contains the extensions on the master preferences. |
| extern const char kExtensionsBlock[]; |
| +// Boolean. Bypass reinstall version check if true. |
|
grt (UTC plus 2)
2016/04/28 16:55:30
comment nit:
// Boolean. Allows Chrome to be downg
zmin
2016/04/28 17:51:29
Done.
|
| +extern const char kAllowDowngrade[]; |
| + |
| } // namespace master_preferences |
| } // namespace installer |