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

Side by Side Diff: ash/system/tray/default_system_tray_delegate.h

Issue 811283003: Clean-up of the system shutdown code paths (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: alignment fixes, rebase Created 5 years, 11 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/system/date/date_default_view.cc ('k') | ash/system/tray/default_system_tray_delegate.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 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 #ifndef ASH_SYSTEM_TRAY_DEFAULT_SYSTEM_TRAY_DELEGATE_H_ 5 #ifndef ASH_SYSTEM_TRAY_DEFAULT_SYSTEM_TRAY_DELEGATE_H_
6 #define ASH_SYSTEM_TRAY_DEFAULT_SYSTEM_TRAY_DELEGATE_H_ 6 #define ASH_SYSTEM_TRAY_DEFAULT_SYSTEM_TRAY_DELEGATE_H_
7 7
8 #include "ash/ash_export.h" 8 #include "ash/ash_export.h"
9 #include "ash/system/tray/system_tray_delegate.h" 9 #include "ash/system/tray/system_tray_delegate.h"
10 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 void ShowChromeSlow() override; 42 void ShowChromeSlow() override;
43 bool ShouldShowDisplayNotification() override; 43 bool ShouldShowDisplayNotification() override;
44 void ShowIMESettings() override; 44 void ShowIMESettings() override;
45 void ShowHelp() override; 45 void ShowHelp() override;
46 void ShowAccessibilityHelp() override; 46 void ShowAccessibilityHelp() override;
47 void ShowAccessibilitySettings() override; 47 void ShowAccessibilitySettings() override;
48 void ShowPublicAccountInfo() override; 48 void ShowPublicAccountInfo() override;
49 void ShowEnterpriseInfo() override; 49 void ShowEnterpriseInfo() override;
50 void ShowSupervisedUserInfo() override; 50 void ShowSupervisedUserInfo() override;
51 void ShowUserLogin() override; 51 void ShowUserLogin() override;
52 void ShutDown() override;
53 void SignOut() override; 52 void SignOut() override;
54 void RequestLockScreen() override; 53 void RequestLockScreen() override;
55 void RequestRestartForUpdate() override; 54 void RequestRestartForUpdate() override;
56 void GetAvailableBluetoothDevices(BluetoothDeviceList* list) override; 55 void GetAvailableBluetoothDevices(BluetoothDeviceList* list) override;
57 void BluetoothStartDiscovering() override; 56 void BluetoothStartDiscovering() override;
58 void BluetoothStopDiscovering() override; 57 void BluetoothStopDiscovering() override;
59 void ConnectToBluetoothDevice(const std::string& address) override; 58 void ConnectToBluetoothDevice(const std::string& address) override;
60 void GetCurrentIME(IMEInfo* info) override; 59 void GetCurrentIME(IMEInfo* info) override;
61 void GetAvailableIMEList(IMEInfoList* list) override; 60 void GetAvailableIMEList(IMEInfoList* list) override;
62 void GetCurrentIMEProperties(IMEPropertyInfoList* list) override; 61 void GetCurrentIMEProperties(IMEPropertyInfoList* list) override;
(...skipping 25 matching lines...) Expand all
88 private: 87 private:
89 bool bluetooth_enabled_; 88 bool bluetooth_enabled_;
90 scoped_ptr<VolumeControlDelegate> volume_control_delegate_; 89 scoped_ptr<VolumeControlDelegate> volume_control_delegate_;
91 90
92 DISALLOW_COPY_AND_ASSIGN(DefaultSystemTrayDelegate); 91 DISALLOW_COPY_AND_ASSIGN(DefaultSystemTrayDelegate);
93 }; 92 };
94 93
95 } // namespace ash 94 } // namespace ash
96 95
97 #endif // ASH_SYSTEM_TRAY_DEFAULT_SYSTEM_TRAY_DELEGATE_H_ 96 #endif // ASH_SYSTEM_TRAY_DEFAULT_SYSTEM_TRAY_DELEGATE_H_
OLDNEW
« no previous file with comments | « ash/system/date/date_default_view.cc ('k') | ash/system/tray/default_system_tray_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698