| Index: ash/system/chromeos/network/network_icon.h
|
| diff --git a/ash/system/chromeos/network/network_icon.h b/ash/system/chromeos/network/network_icon.h
|
| index 4974de7f227dd270479417cf90cb7fcfbf47dfb1..7497930d643c81b7379ca50a812753905a9a6921 100644
|
| --- a/ash/system/chromeos/network/network_icon.h
|
| +++ b/ash/system/chromeos/network/network_icon.h
|
| @@ -56,12 +56,6 @@ ASH_EXPORT gfx::ImageSkia GetImageForDisconnectedNetwork(
|
| IconType icon_type,
|
| const std::string& network_type);
|
|
|
| -// Gets a url representing the image for a disconnected network type.
|
| -ASH_EXPORT std::string GetImageUrlForDisconnectedNetwork(
|
| - IconType icon_type,
|
| - const std::string& network_type,
|
| - float scale_factor);
|
| -
|
| // Returns the label for |network| based on |icon_type|. |network| can be NULL.
|
| ASH_EXPORT base::string16 GetLabelForNetwork(
|
| const chromeos::NetworkState* network,
|
|
|