| Index: chrome/installer/util/google_update_util.h
|
| diff --git a/chrome/installer/util/google_update_util.h b/chrome/installer/util/google_update_util.h
|
| index 1e4995e31d8e4a8fd976c7bd2cf50fc1ef15dbec..30d77e95b6519f1af197fd9e86225440473ce2fd 100644
|
| --- a/chrome/installer/util/google_update_util.h
|
| +++ b/chrome/installer/util/google_update_util.h
|
| @@ -11,7 +11,8 @@ namespace google_update {
|
|
|
| // If user-level Google Update is absent, calls the system-level
|
| // GoogleUpdateSetup.exe to install it, and waits until it finishes.
|
| -// Returns true if already installed or installed successfully.
|
| +// Returns true if already installed, installed successfully, or
|
| +// if Google Update is not present at system-level.
|
| // Returns false if the installation fails.
|
| bool EnsureUserLevelGoogleUpdatePresent();
|
|
|
|
|