diff options
author | huangs@chromium.org <huangs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-13 18:44:25 +0000 |
---|---|---|
committer | huangs@chromium.org <huangs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-13 18:44:25 +0000 |
commit | 10e9ed83f3dcaa178cfdabd230cca7e6cc45ae63 (patch) | |
tree | bb008907e8808fce0deb88bf54574eeab5e62db0 /chrome/installer/util/google_update_util.h | |
parent | fc9d01a99c2eeabd59ecb0d65d4ff63ec863207a (diff) | |
download | chromium_src-10e9ed83f3dcaa178cfdabd230cca7e6cc45ae63.zip chromium_src-10e9ed83f3dcaa178cfdabd230cca7e6cc45ae63.tar.gz chromium_src-10e9ed83f3dcaa178cfdabd230cca7e6cc45ae63.tar.bz2 |
Prevent --ensure-google-update-present switch from blocking install if Google Update is missing.
BUG=159200
Review URL: https://chromiumcodereview.appspot.com/12208135
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182268 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/google_update_util.h')
-rw-r--r-- | chrome/installer/util/google_update_util.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/installer/util/google_update_util.h b/chrome/installer/util/google_update_util.h index 1e4995e..30d77e9 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(); |