Chromium Code Reviews| 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..ec29fe2edc1d1a1ceec189b0de51f3004b97c6ad 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 installed. |
|
grt (UTC plus 2)
2013/02/13 14:22:49
"is not installed" -> "is not present at system-le
huangs
2013/02/13 15:35:28
Done.
|
| // Returns false if the installation fails. |
| bool EnsureUserLevelGoogleUpdatePresent(); |