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

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

Issue 165393013: Resubmit 'Refactor the TrayAudio code so that it can be used by other platforms.' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to ToT Created 6 years, 10 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
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 CHROME_BROWSER_UI_ASH_SYSTEM_TRAY_DELEGATE_CHROMEOS_H_ 5 #ifndef CHROME_BROWSER_UI_ASH_SYSTEM_TRAY_DELEGATE_CHROMEOS_H_
6 #define CHROME_BROWSER_UI_ASH_SYSTEM_TRAY_DELEGATE_CHROMEOS_H_ 6 #define CHROME_BROWSER_UI_ASH_SYSTEM_TRAY_DELEGATE_CHROMEOS_H_
7 7
8 #include "ash/ime/input_method_menu_manager.h" 8 #include "ash/ime/input_method_menu_manager.h"
9 #include "ash/session_state_observer.h" 9 #include "ash/session_state_observer.h"
10 #include "ash/system/tray/system_tray.h" 10 #include "ash/system/tray/system_tray.h"
11 #include "ash/system/tray/system_tray_delegate.h" 11 #include "ash/system/tray/system_tray_delegate.h"
12 #include "ash/system/tray/system_tray_notifier.h" 12 #include "ash/system/tray/system_tray_notifier.h"
13 #include "base/callback_list.h" 13 #include "base/callback_list.h"
14 #include "base/compiler_specific.h" 14 #include "base/compiler_specific.h"
15 #include "base/memory/ref_counted.h" 15 #include "base/memory/ref_counted.h"
16 #include "base/memory/weak_ptr.h" 16 #include "base/memory/weak_ptr.h"
17 #include "base/prefs/pref_change_registrar.h" 17 #include "base/prefs/pref_change_registrar.h"
18 #include "chrome/browser/chromeos/drive/drive_integration_service.h" 18 #include "chrome/browser/chromeos/drive/drive_integration_service.h"
19 #include "chrome/browser/chromeos/drive/job_list.h" 19 #include "chrome/browser/chromeos/drive/job_list.h"
20 #include "chrome/browser/chromeos/events/system_key_event_listener.h" 20 #include "chrome/browser/chromeos/events/system_key_event_listener.h"
21 #include "chrome/browser/profiles/profile.h" 21 #include "chrome/browser/profiles/profile.h"
22 #include "chrome/browser/ui/ash/system_tray_delegate_chromeos.h" 22 #include "chrome/browser/ui/ash/system_tray_delegate_chromeos.h"
23 #include "chromeos/audio/cras_audio_handler.h"
23 #include "chromeos/dbus/session_manager_client.h" 24 #include "chromeos/dbus/session_manager_client.h"
24 #include "chromeos/ime/input_method_manager.h" 25 #include "chromeos/ime/input_method_manager.h"
25 #include "chromeos/login/login_state.h" 26 #include "chromeos/login/login_state.h"
26 #include "components/policy/core/common/cloud/cloud_policy_store.h" 27 #include "components/policy/core/common/cloud/cloud_policy_store.h"
27 #include "content/public/browser/notification_observer.h" 28 #include "content/public/browser/notification_observer.h"
28 #include "content/public/browser/notification_registrar.h" 29 #include "content/public/browser/notification_registrar.h"
29 #include "device/bluetooth/bluetooth_adapter.h" 30 #include "device/bluetooth/bluetooth_adapter.h"
30 31
31 namespace chromeos { 32 namespace chromeos {
32 33
33 class SystemTrayDelegateChromeOS 34 class SystemTrayDelegateChromeOS
34 : public ash::ime::InputMethodMenuManager::Observer, 35 : public ash::ime::InputMethodMenuManager::Observer,
35 public ash::SystemTrayDelegate, 36 public ash::SystemTrayDelegate,
36 public SessionManagerClient::Observer, 37 public SessionManagerClient::Observer,
37 public drive::JobListObserver, 38 public drive::JobListObserver,
38 public content::NotificationObserver, 39 public content::NotificationObserver,
39 public input_method::InputMethodManager::Observer, 40 public input_method::InputMethodManager::Observer,
40 public chromeos::LoginState::Observer, 41 public chromeos::LoginState::Observer,
42 public chromeos::CrasAudioHandler::AudioObserver,
41 public device::BluetoothAdapter::Observer, 43 public device::BluetoothAdapter::Observer,
42 public SystemKeyEventListener::CapsLockObserver, 44 public SystemKeyEventListener::CapsLockObserver,
43 public policy::CloudPolicyStore::Observer, 45 public policy::CloudPolicyStore::Observer,
44 public ash::SessionStateObserver { 46 public ash::SessionStateObserver {
45 public: 47 public:
46 SystemTrayDelegateChromeOS(); 48 SystemTrayDelegateChromeOS();
47 49
48 virtual ~SystemTrayDelegateChromeOS(); 50 virtual ~SystemTrayDelegateChromeOS();
49 51
50 void InitializeOnAdapterReady( 52 void InitializeOnAdapterReady(
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 void UpdatePerformanceTracing(); 181 void UpdatePerformanceTracing();
180 182
181 // Overridden from InputMethodManager::Observer. 183 // Overridden from InputMethodManager::Observer.
182 virtual void InputMethodChanged(input_method::InputMethodManager* manager, 184 virtual void InputMethodChanged(input_method::InputMethodManager* manager,
183 bool show_message) OVERRIDE; 185 bool show_message) OVERRIDE;
184 186
185 // Overridden from InputMethodMenuManager::Observer. 187 // Overridden from InputMethodMenuManager::Observer.
186 virtual void InputMethodMenuItemChanged( 188 virtual void InputMethodMenuItemChanged(
187 ash::ime::InputMethodMenuManager* manager) OVERRIDE; 189 ash::ime::InputMethodMenuManager* manager) OVERRIDE;
188 190
191 // Overridden from CrasAudioHandler::AudioObserver.
192 virtual void OnOutputVolumeChanged() OVERRIDE;
193 virtual void OnOutputMuteChanged() OVERRIDE;
194 virtual void OnInputGainChanged() OVERRIDE;
195 virtual void OnInputMuteChanged() OVERRIDE;
196 virtual void OnAudioNodesChanged() OVERRIDE;
197 virtual void OnActiveOutputNodeChanged() OVERRIDE;
198 virtual void OnActiveInputNodeChanged() OVERRIDE;
199
189 // drive::JobListObserver overrides. 200 // drive::JobListObserver overrides.
190 virtual void OnJobAdded(const drive::JobInfo& job_info) OVERRIDE; 201 virtual void OnJobAdded(const drive::JobInfo& job_info) OVERRIDE;
191 202
192 virtual void OnJobDone(const drive::JobInfo& job_info, 203 virtual void OnJobDone(const drive::JobInfo& job_info,
193 drive::FileError error) OVERRIDE; 204 drive::FileError error) OVERRIDE;
194 205
195 virtual void OnJobUpdated(const drive::JobInfo& job_info) OVERRIDE; 206 virtual void OnJobUpdated(const drive::JobInfo& job_info) OVERRIDE;
196 207
197 drive::DriveIntegrationService* FindDriveIntegrationService(); 208 drive::DriveIntegrationService* FindDriveIntegrationService();
198 209
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 scoped_ptr<ash::VolumeControlDelegate> volume_control_delegate_; 250 scoped_ptr<ash::VolumeControlDelegate> volume_control_delegate_;
240 scoped_ptr<CrosSettingsObserverSubscription> device_settings_observer_; 251 scoped_ptr<CrosSettingsObserverSubscription> device_settings_observer_;
241 252
242 DISALLOW_COPY_AND_ASSIGN(SystemTrayDelegateChromeOS); 253 DISALLOW_COPY_AND_ASSIGN(SystemTrayDelegateChromeOS);
243 }; 254 };
244 255
245 ash::SystemTrayDelegate* CreateSystemTrayDelegate(); 256 ash::SystemTrayDelegate* CreateSystemTrayDelegate();
246 257
247 } // namespace chromeos 258 } // namespace chromeos
248 #endif // CHROME_BROWSER_UI_ASH_SYSTEM_TRAY_DELEGATE_CHROMEOS_H_ 259 #endif // CHROME_BROWSER_UI_ASH_SYSTEM_TRAY_DELEGATE_CHROMEOS_H_
OLDNEW
« no previous file with comments | « ash/system/tray/system_tray_notifier.cc ('k') | chrome/browser/ui/ash/system_tray_delegate_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698