Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: ui/resources/ui_resources.grd

Issue 10407080: Add NetworkNotificationView to tray_network. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/resources/ui_resources.grd
diff --git a/ui/resources/ui_resources.grd b/ui/resources/ui_resources.grd
index ec29cebbc2eec572b838abf85c45bd8e28194804..fceff6d4a91366ff6822ba78c37c264c30521d12 100644
--- a/ui/resources/ui_resources.grd
+++ b/ui/resources/ui_resources.grd
@@ -289,6 +289,9 @@
<include name="IDR_AURA_UBER_TRAY_NETWORK_AIRPLANE" file="default_100_percent/aura/status_network_airplane.png" type="BINDATA" />
<include name="IDR_AURA_UBER_TRAY_NETWORK_INFO" file="default_100_percent/aura/status_network_info.png" type="BINDATA" />
<include name="IDR_AURA_UBER_TRAY_NETWORK_INFO_HOVER" file="default_100_percent/aura/status_network_info_h.png" type="BINDATA" />
+ <include name="IDR_AURA_UBER_TRAY_NETWORK_FAILED" file="default_100_percent/aura/status_network_failed.png" type="BINDATA" />
+ <include name="IDR_AURA_UBER_TRAY_NETWORK_DATA_LOW" file="default_100_percent/aura/status_data_low.png" type="BINDATA" />
+ <include name="IDR_AURA_UBER_TRAY_NETWORK_DATA_NONE" file="default_100_percent/aura/status_data_none.png" type="BINDATA" />
<include name="IDR_AURA_UBER_TRAY_SMS" file="default_100_percent/aura/status_sms.png" type="BINDATA" />
<include name="IDR_AURA_UBER_TRAY_MORE" file="default_100_percent/aura/status_more.png" type="BINDATA" />
<include name="IDR_AURA_UBER_TRAY_LESS" file="default_100_percent/aura/status_less.png" type="BINDATA" />

Powered by Google App Engine
This is Rietveld 408576698