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

Unified Diff: ui/chromeos/network/network_icon.h

Issue 2342793005: [ash-md] Adds Wi-Fi header row to system tray network detailed view (Closed)
Patch Set: [ash-md] Materializes system tray network detailed view Created 4 years, 3 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/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();

Powered by Google App Engine
This is Rietveld 408576698