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

Side by Side Diff: trunk/src/ash/system/chromeos/network/network_icon.h

Issue 383373002: Revert 282837 because it broke non-chromeos builds. (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef ASH_SYSTEM_CHROMEOS_NETWORK_NETWORK_ICON_H_ 5 #ifndef ASH_SYSTEM_CHROMEOS_NETWORK_NETWORK_ICON_H_
6 #define ASH_SYSTEM_CHROMEOS_NETWORK_NETWORK_ICON_H_ 6 #define ASH_SYSTEM_CHROMEOS_NETWORK_NETWORK_ICON_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "ash/ash_export.h" 10 #include "ash/ash_export.h"
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 74
75 // Called when the list of networks changes. Retreives the list of networks 75 // Called when the list of networks changes. Retreives the list of networks
76 // from the global NetworkStateHandler instance and removes cached entries 76 // from the global NetworkStateHandler instance and removes cached entries
77 // that are no longer in the list. 77 // that are no longer in the list.
78 ASH_EXPORT void PurgeNetworkIconCache(); 78 ASH_EXPORT void PurgeNetworkIconCache();
79 79
80 } // namespace network_icon 80 } // namespace network_icon
81 } // namespace ash 81 } // namespace ash
82 82
83 #endif // ASH_SYSTEM_CHROMEOS_NETWORK_NETWORK_ICON_H_ 83 #endif // ASH_SYSTEM_CHROMEOS_NETWORK_NETWORK_ICON_H_
OLDNEW
« no previous file with comments | « trunk/src/ash/system/chromeos/DEPS ('k') | trunk/src/ash/system/chromeos/network/network_icon.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698