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..dec6bd3d4f72de478a922e395a45bda0b6e28c74 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 GetImageForWiFiChipState( |
stevenjb
2017/04/17 16:22:52
It is unclear to me what 'ChipState' means. Maybe
Evan Stade
2017/04/17 16:29:33
Done.
|
+ bool enabled, |
+ IconType = ICON_TYPE_DEFAULT_VIEW); |
stevenjb
2017/04/17 16:22:52
Mostly we avoid default arguments. I'd just as soo
Evan Stade
2017/04/17 16:29:33
discussed offline, leaving as is.
stevenjb
2017/04/17 16:34:11
Acknowledged.
|
// Gets the disconnected image for a cell network. |
// TODO(estade): Expose SignalStrengthImageSource and use that instead. |