Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 | |
|
Kyle Horimoto
2017/04/27 01:28:07
Remove.
lesliewatkins
2017/04/28 21:30:42
Done.
| |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 2 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 3 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 4 // found in the LICENSE file. |
| 4 | 5 |
| 5 #ifndef ASH_SYSTEM_NETWORK_NETWORK_ICON_H_ | 6 #ifndef ASH_SYSTEM_NETWORK_NETWORK_ICON_H_ |
| 6 #define ASH_SYSTEM_NETWORK_NETWORK_ICON_H_ | 7 #define ASH_SYSTEM_NETWORK_NETWORK_ICON_H_ |
| 7 | 8 |
| 8 #include <string> | 9 #include <string> |
| 9 | 10 |
| 10 #include "ash/ash_export.h" | 11 #include "ash/ash_export.h" |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 68 | 69 |
| 69 // Called when the list of networks changes. Retreives the list of networks | 70 // Called when the list of networks changes. Retreives the list of networks |
| 70 // from the global NetworkStateHandler instance and removes cached entries | 71 // from the global NetworkStateHandler instance and removes cached entries |
| 71 // that are no longer in the list. | 72 // that are no longer in the list. |
| 72 ASH_EXPORT void PurgeNetworkIconCache(); | 73 ASH_EXPORT void PurgeNetworkIconCache(); |
| 73 | 74 |
| 74 } // namespace network_icon | 75 } // namespace network_icon |
| 75 } // namespace ash | 76 } // namespace ash |
| 76 | 77 |
| 77 #endif // ASH_SYSTEM_NETWORK_NETWORK_ICON_H_ | 78 #endif // ASH_SYSTEM_NETWORK_NETWORK_ICON_H_ |
| OLD | NEW |