Chromium Code Reviews| Index: ui/chromeos/network/network_icon.h |
| diff --git a/ui/chromeos/network/network_icon.h b/ui/chromeos/network/network_icon.h |
| index 6c8b691dff5add0bec466acabdd7afa46d4f4c1b..e699adb57b2687b12dffee4da7f1e9e51dfb0688 100644 |
| --- a/ui/chromeos/network/network_icon.h |
| +++ b/ui/chromeos/network/network_icon.h |
| @@ -22,9 +22,9 @@ class AnimationObserver; |
| // Type of icon which dictates color theme and VPN badging |
| enum IconType { |
| - ICON_TYPE_TRAY, // light icons with VPN badges |
| + ICON_TYPE_TRAY, // light icons with VPN badges |
| ICON_TYPE_DEFAULT_VIEW, // dark icons with VPN badges |
| - ICON_TYPE_LIST, // dark icons without VPN badges |
| + ICON_TYPE_LIST, // dark icons without VPN badges |
| }; |
| // Gets the image for the network associated with |service_path|. |network| must |
| @@ -42,6 +42,9 @@ UI_CHROMEOS_EXPORT gfx::ImageSkia GetImageForConnectedMobileNetwork(); |
| // TODO(estade): Expose SignalStrengthImageSource and use that instead. |
| UI_CHROMEOS_EXPORT gfx::ImageSkia GetImageForDisconnectedCellNetwork(); |
| +// Gets the disconnected image for a Wi-Fi network. |
|
tdanderson
2016/09/20 14:44:33
Update comment.
varkha
2016/09/23 00:35:53
Done.
|
| +UI_CHROMEOS_EXPORT gfx::ImageSkia GetImageForHeaderWifiNetwork(SkColor color); |
| + |
| // Returns a vpn image suitable for use on a light background. |
| UI_CHROMEOS_EXPORT gfx::ImageSkia GetVpnImage(); |