| 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.
|
|
|