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

Side by Side Diff: chrome/browser/ui/ash/system_tray_delegate_chromeos.cc

Issue 1842643002: remove .h file after Allowing opening display settings page from notification for 3+ display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 "chrome/browser/ui/ash/system_tray_delegate_chromeos.h" 5 #include "chrome/browser/ui/ash/system_tray_delegate_chromeos.h"
6 6
7 #include <stddef.h> 7 #include <stddef.h>
8 #include <algorithm> 8 #include <algorithm>
9 #include <set> 9 #include <set>
10 #include <string> 10 #include <string>
11 #include <utility> 11 #include <utility>
12 #include <vector> 12 #include <vector>
13 13
14 #include "ash/ash_switches.h" 14 #include "ash/ash_switches.h"
15 #include "ash/desktop_background/desktop_background_controller.h" 15 #include "ash/desktop_background/desktop_background_controller.h"
16 #include "ash/display/display_manager.h"
17 #include "ash/metrics/user_metrics_recorder.h" 16 #include "ash/metrics/user_metrics_recorder.h"
18 #include "ash/session/session_state_delegate.h" 17 #include "ash/session/session_state_delegate.h"
19 #include "ash/session/session_state_observer.h" 18 #include "ash/session/session_state_observer.h"
20 #include "ash/shell.h" 19 #include "ash/shell.h"
21 #include "ash/shell_delegate.h" 20 #include "ash/shell_delegate.h"
22 #include "ash/shell_window_ids.h" 21 #include "ash/shell_window_ids.h"
23 #include "ash/system/bluetooth/bluetooth_observer.h" 22 #include "ash/system/bluetooth/bluetooth_observer.h"
24 #include "ash/system/chromeos/power/power_status.h" 23 #include "ash/system/chromeos/power/power_status.h"
25 #include "ash/system/chromeos/session/logout_button_observer.h" 24 #include "ash/system/chromeos/session/logout_button_observer.h"
26 #include "ash/system/chromeos/shutdown_policy_observer.h" 25 #include "ash/system/chromeos/shutdown_policy_observer.h"
(...skipping 1303 matching lines...) Expand 10 before | Expand all | Expand 10 after
1330 LOG(WARNING) << "SystemTrayDelegateChromeOS::GetChildUserMessage call while " 1329 LOG(WARNING) << "SystemTrayDelegateChromeOS::GetChildUserMessage call while "
1331 << "ENABLE_SUPERVISED_USERS undefined."; 1330 << "ENABLE_SUPERVISED_USERS undefined.";
1332 return base::string16(); 1331 return base::string16();
1333 } 1332 }
1334 1333
1335 ash::SystemTrayDelegate* CreateSystemTrayDelegate() { 1334 ash::SystemTrayDelegate* CreateSystemTrayDelegate() {
1336 return new SystemTrayDelegateChromeOS(); 1335 return new SystemTrayDelegateChromeOS();
1337 } 1336 }
1338 1337
1339 } // namespace chromeos 1338 } // namespace chromeos
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698