summaryrefslogtreecommitdiffstats
path: root/ash/system/chromeos/network/network_icon.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/system/chromeos/network/network_icon.h')
-rw-r--r--ash/system/chromeos/network/network_icon.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ash/system/chromeos/network/network_icon.h b/ash/system/chromeos/network/network_icon.h
index 6d72e1b..1f9b2c7 100644
--- a/ash/system/chromeos/network/network_icon.h
+++ b/ash/system/chromeos/network/network_icon.h
@@ -65,6 +65,11 @@ ASH_EXPORT void GetDefaultNetworkImageAndLabel(IconType icon_type,
base::string16* label,
bool* animating);
+// Called when the list of networks changes. Retreives the list of networks
+// from the global NetworkStateHandler instance and removes cached entries
+// that are no longer in the list.
+ASH_EXPORT void PurgeNetworkIconCache();
+
} // namespace network_icon
} // namespace ash