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

Side by Side Diff: ash/system/chromeos/network/network_state_list_detailed_view.cc

Issue 2074213002: mash: Move ash_switches.* to ash/common; cleanup DEPS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix broken relative include. Created 4 years, 6 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
« no previous file with comments | « ash/shell_unittest.cc ('k') | ash/system/chromeos/network/tray_network.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_state_list_detailed_view.h" 5 #include "ash/system/chromeos/network/network_state_list_detailed_view.h"
6 6
7 #include <algorithm> 7 #include <algorithm>
8 #include <vector> 8 #include <vector>
9 9
10 #include "ash/ash_switches.h"
11 #include "ash/common/ash_constants.h" 10 #include "ash/common/ash_constants.h"
11 #include "ash/common/ash_switches.h"
12 #include "ash/common/shell_window_ids.h" 12 #include "ash/common/shell_window_ids.h"
13 #include "ash/common/system/networking_config_delegate.h" 13 #include "ash/common/system/networking_config_delegate.h"
14 #include "ash/common/system/tray/fixed_sized_image_view.h" 14 #include "ash/common/system/tray/fixed_sized_image_view.h"
15 #include "ash/common/system/tray/fixed_sized_scroll_view.h" 15 #include "ash/common/system/tray/fixed_sized_scroll_view.h"
16 #include "ash/common/system/tray/hover_highlight_view.h" 16 #include "ash/common/system/tray/hover_highlight_view.h"
17 #include "ash/common/system/tray/system_tray_delegate.h" 17 #include "ash/common/system/tray/system_tray_delegate.h"
18 #include "ash/common/system/tray/throbber_view.h" 18 #include "ash/common/system/tray/throbber_view.h"
19 #include "ash/common/system/tray/tray_constants.h" 19 #include "ash/common/system/tray/tray_constants.h"
20 #include "ash/common/system/tray/tray_popup_header_button.h" 20 #include "ash/common/system/tray/tray_popup_header_button.h"
21 #include "ash/common/system/tray/tray_popup_label_button.h" 21 #include "ash/common/system/tray/tray_popup_label_button.h"
(...skipping 895 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 label->SetEnabledColor(SkColorSetARGB(192, 0, 0, 0)); 917 label->SetEnabledColor(SkColorSetARGB(192, 0, 0, 0));
918 return label; 918 return label;
919 } 919 }
920 920
921 void NetworkStateListDetailedView::RelayoutScrollList() { 921 void NetworkStateListDetailedView::RelayoutScrollList() {
922 scroller()->Layout(); 922 scroller()->Layout();
923 } 923 }
924 924
925 } // namespace tray 925 } // namespace tray
926 } // namespace ash 926 } // namespace ash
OLDNEW
« no previous file with comments | « ash/shell_unittest.cc ('k') | ash/system/chromeos/network/tray_network.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698