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

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

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 #include "ash/system/chromeos/network/network_icon.h" 5 #include "ash/system/chromeos/network/network_icon.h"
6 6
7 #include "ash/system/chromeos/network/network_icon_animation.h" 7 #include "ash/system/chromeos/network/network_icon_animation.h"
8 #include "ash/system/chromeos/network/network_icon_animation_observer.h" 8 #include "ash/system/chromeos/network/network_icon_animation_observer.h"
9 #include "base/strings/utf_string_conversions.h" 9 #include "base/strings/utf_string_conversions.h"
10 #include "chromeos/network/device_state.h" 10 #include "chromeos/network/device_state.h"
(...skipping 942 matching lines...) Expand 10 before | Expand all | Expand 10 after
953 iter != networks.end(); ++iter) { 953 iter != networks.end(); ++iter) {
954 network_paths.insert((*iter)->path()); 954 network_paths.insert((*iter)->path());
955 } 955 }
956 PurgeIconMap(ICON_TYPE_TRAY, network_paths); 956 PurgeIconMap(ICON_TYPE_TRAY, network_paths);
957 PurgeIconMap(ICON_TYPE_DEFAULT_VIEW, network_paths); 957 PurgeIconMap(ICON_TYPE_DEFAULT_VIEW, network_paths);
958 PurgeIconMap(ICON_TYPE_LIST, network_paths); 958 PurgeIconMap(ICON_TYPE_LIST, network_paths);
959 } 959 }
960 960
961 } // namespace network_icon 961 } // namespace network_icon
962 } // namespace ash 962 } // namespace ash
OLDNEW
« no previous file with comments | « trunk/src/ash/system/chromeos/network/network_icon.h ('k') | trunk/src/ash/system/chromeos/network/network_icon_animation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698