| Index: chrome/installer/util/util_constants.cc
|
| diff --git a/chrome/installer/util/util_constants.cc b/chrome/installer/util/util_constants.cc
|
| index d370fc3a78f50e3f2970f3abe48a66780eb2d658..4dfb130fe3a8abaf68581b4da15423842248042a 100644
|
| --- a/chrome/installer/util/util_constants.cc
|
| +++ b/chrome/installer/util/util_constants.cc
|
| @@ -79,6 +79,9 @@ const char kDoNotRemoveSharedItems[] = "do-not-remove-shared-items";
|
| // Enable logging at the error level. This is the default behavior.
|
| const char kEnableLogging[] = "enable-logging";
|
|
|
| +// Ensures that Google Update is present at the current level of installation.
|
| +const char kEnsureGoogleUpdatePresent[] = "ensure-google-update-present";
|
| +
|
| // If present, setup will uninstall chrome without asking for any
|
| // confirmation from user.
|
| const char kForceUninstall[] = "force-uninstall";
|
|
|