summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authorseanparent@google.com <seanparent@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-13 22:55:55 +0000
committerseanparent@google.com <seanparent@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-13 22:55:55 +0000
commit3cdf37690c508a8251f0893e0a757b2fa50f7f2a (patch)
tree025619f3f2aa38efedef0c30dd6f97a73e30452d /chrome/app
parent070c49c0f0578ccda58ccc4d3528f9458b5a2879 (diff)
downloadchromium_src-3cdf37690c508a8251f0893e0a757b2fa50f7f2a.zip
chromium_src-3cdf37690c508a8251f0893e0a757b2fa50f7f2a.tar.gz
chromium_src-3cdf37690c508a8251f0893e0a757b2fa50f7f2a.tar.bz2
Added system notification for update_engine.
BUG=chromium-os:1178 1610 2033 TEST=UpdateBrowserTest.Notifications Review URL: http://codereview.chromium.org/2859043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52237 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/generated_resources.grd22
-rw-r--r--chrome/app/theme/notification_update.pngbin0 -> 1878 bytes
-rw-r--r--chrome/app/theme/theme_resources.grd1
3 files changed, 23 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 19a5e2a..4825c04 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -7596,6 +7596,28 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_LOW_BATTERY_MESSAGE" desc="Message for low battery notification">
Less than <ph name="MINUTES">$1<ex>15 mins left</ex></ph>.
</message>
+ <message name="IDS_UPDATE_TITLE" desc="Title for update notification">
+ System Update
+ </message>
+ <message name="IDS_UPDATE_ERROR" desc="Notification for failed update">
+ System update failed.
+ </message>
+ <message name="IDS_UPDATE_AVAILABLE" desc="Notification for available update">
+ System update available&#x2026;
+ </message>
+ <message name="IDS_UPDATE_DOWNLOADING" desc="Notification for update download progress">
+ System update downloading: <ph name="PERCENT">$1<ex>10</ex></ph>&#37; complete.
+ </message>
+ <message name="IDS_UPDATE_VERIFYING" desc="Notification for update verifying">
+ Verifying system update&#x2026;
+ </message>
+ <message name="IDS_UPDATE_FINALIZING" desc="Notification for update finalizing">
+ Finalizing system update&#x2026;
+ </message>
+ <message name="IDS_UPDATE_COMPLETED" desc="Notification for update completed">
+ System update complete. Please restart the system by pressing the power
+ button, wait for the system to power down, then press the power button again.
+ </message>
<message name="IDS_INSTALLING_UPDATE" desc="Label shown on the updates installation screen">
Please wait while <ph name="PRODUCT_NAME">$1<ex>Chrome OS</ex></ph> installs an important update.\nYour computer will restart after this is complete.
</message>
diff --git a/chrome/app/theme/notification_update.png b/chrome/app/theme/notification_update.png
new file mode 100644
index 0000000..2b9601f
--- /dev/null
+++ b/chrome/app/theme/notification_update.png
Binary files differ
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
index f8ee778..e1e690c 100644
--- a/chrome/app/theme/theme_resources.grd
+++ b/chrome/app/theme/theme_resources.grd
@@ -462,6 +462,7 @@
<include name="IDR_NOTIFICATION_NETWORK_FAILED" file="notification_network_failed.png" type="BINDATA" />
<include name="IDR_NOTIFICATION_NETWORK_OPEN" file="notification_network_open.png" type="BINDATA" />
<include name="IDR_NOTIFICATION_NETWORK_WARNING" file="notification_network_warning.png" type="BINDATA" />
+ <include name="IDR_NOTIFICATION_UPDATE" file="notification_update.png" type="BINDATA" />
<include name="IDR_SPINNER" file="spinner.png" type="BINDATA" />
<include name="IDR_STATUSBAR_BATTERY_CHARGED" file="statusbar_battery_charged.png" type="BINDATA" />
<include name="IDR_STATUSBAR_BATTERY_CHARGING_1" file="statusbar_battery1c.png" type="BINDATA" />