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

Unified Diff: ui/resources/ui_resources.grd

Issue 2245603003: Add signal strength indicator icon to WebBluetooth chooser on non-Mac desktops (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added signal strength indicator icon to WebBluetooth chooser Created 4 years, 4 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 69e0682ad0d52c680300e7629213804868e7a1cf..ce914a2f54674319e3704e55f317d6c6c3e830fc 100644
--- a/ui/resources/ui_resources.grd
+++ b/ui/resources/ui_resources.grd
@@ -131,6 +131,9 @@
</if>
<structure type="chrome_scaled_image" name="IDR_MENU_DROPARROW" file="cros/menu_droparrow.png" />
<structure type="chrome_scaled_image" name="IDR_MESSAGE_CLOSE" file="common/message_close.png" />
+ <if expr="not is_android and not is_ios">
+ <structure type="chrome_scaled_image" name="IDR_NETWORK_BARS_DARK" file="common/statusbar_network_bars_dark.png" />
msw 2016/08/12 23:08:49 What does the "statusbar" prefix mean, consider re
juncai 2016/08/15 21:53:20 Done.
+ </if>
<if expr="toolkit_views or is_macosx or is_ios">
<structure type="chrome_scaled_image" name="IDR_NOTIFICATION_ARROW" file="common/notification_arrow.png"/>
<structure type="chrome_scaled_image" name="IDR_NOTIFICATION_ARROW_HOVER" file="common/notification_arrow_hover.png"/>

Powered by Google App Engine
This is Rietveld 408576698