Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Side by Side Diff: ash/system/network/network_icon.h

Issue 2819303002: Changed wifi arcs to mobile bars for Tether network. (Closed)
Patch Set: khorimoto@ comments Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698