summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authormichaelpg <michaelpg@chromium.org>2014-08-23 14:19:26 -0700
committerCommit bot <commit-bot@chromium.org>2014-08-23 21:21:07 +0000
commit5832e1e7030ffe2d41ee563be334eee58d8eb046 (patch)
treed2814154d3810b8f2f58840aa43185bf09f2fdab /chrome/app
parent8b8d567a9cc859db16a93330b9ac42e0439490c0 (diff)
downloadchromium_src-5832e1e7030ffe2d41ee563be334eee58d8eb046.zip
chromium_src-5832e1e7030ffe2d41ee563be334eee58d8eb046.tar.gz
chromium_src-5832e1e7030ffe2d41ee563be334eee58d8eb046.tar.bz2
About page should not automatically trigger OS updates
Currently, if the user opens the Help/About page on Chrome OS it will automatically check for an update and begin downloading/installing it. Users should be able to decide when their update is applied, e.g., in case they are connected to a tethered or bandwidth-limited network. This disables the auto-update check on Chrome OS, replacing it with a button the user can press to check for updates. (This has no effect on the scheduled auto-updating service.) Screenshots: http://imgur.com/a/k2s6y#0 BUG=394226 R=estade@chromium.org, deymo@chromium.org Review URL: https://codereview.chromium.org/476983002 Cr-Commit-Position: refs/heads/master@{#291580}
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/chromeos_strings.grdp3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/chromeos_strings.grdp b/chrome/app/chromeos_strings.grdp
index 5c88570..2aae879 100644
--- a/chrome/app/chromeos_strings.grdp
+++ b/chrome/app/chromeos_strings.grdp
@@ -5083,6 +5083,9 @@ Battery full
</message>
<!-- About Chrome page -->
+ <message name="IDS_UPGRADE_BUTTON" desc="The button label to check for updates and apply (download and install) if found">
+ Check for and apply updates
+ </message>
<message name="IDS_UPGRADE_OFFLINE" desc="Status label: Currently offline">
You are currently offline.
</message>