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

Unified Diff: ash/resources/ash_resources.grd

Issue 1931563002: Add Bluetooth device type icons on the device list in system tray. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase / Removes ash::BluetoothDeviceInfo::DeviceType and uses existing device::BluetoothDevice::De… Created 4 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
« no previous file with comments | « no previous file | ash/resources/default_100_percent/cros/bluetooth/bluetooth.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/resources/ash_resources.grd
diff --git a/ash/resources/ash_resources.grd b/ash/resources/ash_resources.grd
index 56951ae6c65eef113cda5fa04bfc87a18b19ed1b..011de22ca12d480180b4d8ba6dda59f585177f8a 100644
--- a/ash/resources/ash_resources.grd
+++ b/ash/resources/ash_resources.grd
@@ -63,6 +63,15 @@
<structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_ACCESSIBILITY" file="cros/status/status_accessibility_mode.png" />
<structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_ACCESSIBILITY_DARK" file="cros/status/status_accessibility_dark.png" />
<structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_BLUETOOTH" file="cros/status/status_bluetooth.png" />
+ <structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_BLUETOOTH_DEVICE_BLUETOOTH" file="cros/bluetooth/bluetooth.png" />
+ <structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_BLUETOOTH_DEVICE_COMPUTER" file="cros/bluetooth/computer.png" />
+ <structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_BLUETOOTH_DEVICE_CONNECTED" file="cros/bluetooth/connected.png" />
+ <structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_BLUETOOTH_DEVICE_GAMEPAD" file="cros/bluetooth/gamepad.png" />
+ <structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_BLUETOOTH_DEVICE_HEADSET" file="cros/bluetooth/headset.png" />
+ <structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_BLUETOOTH_DEVICE_KEYBOARD" file="cros/bluetooth/keyboard.png" />
+ <structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_BLUETOOTH_DEVICE_MOUSE" file="cros/bluetooth/mouse.png" />
+ <structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_BLUETOOTH_DEVICE_SMARTPHONE" file="cros/bluetooth/smartphone.png" />
+ <structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_BLUETOOTH_DEVICE_VIDEOCAM" file="cros/bluetooth/videocam.png" />
<structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_BLUETOOTH_DISABLED" file="cros/status/status_bluetooth_disabled.png" />
<structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_BLUETOOTH_DISABLED_HOVER" file="cros/status/status_bluetooth_disabled_hover.png" />
<structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_BLUETOOTH_ENABLED" file="cros/status/status_bluetooth_enabled.png" />
« no previous file with comments | « no previous file | ash/resources/default_100_percent/cros/bluetooth/bluetooth.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698