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

Unified Diff: ash/system/network/network_icon.h

Issue 2817223003: Chrome OS: adjust wifi icons. (Closed)
Patch Set: update callsites Created 3 years, 8 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/system/network/network_icon.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/network/network_icon.h
diff --git a/ash/system/network/network_icon.h b/ash/system/network/network_icon.h
index be5bd48261ae8e94083e7a08a685f2705b098259..827cacc20695822eb2517cf962f69cf4b3f61c0a 100644
--- a/ash/system/network/network_icon.h
+++ b/ash/system/network/network_icon.h
@@ -34,9 +34,11 @@ ASH_EXPORT gfx::ImageSkia GetImageForNetwork(
IconType icon_type);
// Gets an image for a Wi-Fi network, either full strength or strike-through
-// based on |connected|.
+// based on |enabled|.
// TODO(estade): Expose SignalStrengthImageSource and use that instead.
-ASH_EXPORT gfx::ImageSkia GetBasicImageForWiFiNetwork(bool connected);
+ASH_EXPORT gfx::ImageSkia GetImageForWiFiEnabledState(
+ bool enabled,
+ IconType = ICON_TYPE_DEFAULT_VIEW);
// Gets the disconnected image for a cell network.
// TODO(estade): Expose SignalStrengthImageSource and use that instead.
« no previous file with comments | « no previous file | ash/system/network/network_icon.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698