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

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

Issue 2064953002: mash: Migrate tray date view to //ash/common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@trayviews
Patch Set: review feedback 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
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 <stdint.h> 8 #include <stdint.h>
9 9
10 #include <string> 10 #include <string>
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 void ShowHelp() override; 107 void ShowHelp() override;
108 void ShowAccessibilityHelp() override; 108 void ShowAccessibilityHelp() override;
109 void ShowAccessibilitySettings() override; 109 void ShowAccessibilitySettings() override;
110 void ShowPublicAccountInfo() override; 110 void ShowPublicAccountInfo() override;
111 void ShowSupervisedUserInfo() override; 111 void ShowSupervisedUserInfo() override;
112 void ShowEnterpriseInfo() override; 112 void ShowEnterpriseInfo() override;
113 void ShowUserLogin() override; 113 void ShowUserLogin() override;
114 void SignOut() override; 114 void SignOut() override;
115 void RequestLockScreen() override; 115 void RequestLockScreen() override;
116 void RequestRestartForUpdate() override; 116 void RequestRestartForUpdate() override;
117 void RequestShutdown() override;
117 void GetAvailableBluetoothDevices(ash::BluetoothDeviceList* list) override; 118 void GetAvailableBluetoothDevices(ash::BluetoothDeviceList* list) override;
118 void BluetoothStartDiscovering() override; 119 void BluetoothStartDiscovering() override;
119 void BluetoothStopDiscovering() override; 120 void BluetoothStopDiscovering() override;
120 void ConnectToBluetoothDevice(const std::string& address) override; 121 void ConnectToBluetoothDevice(const std::string& address) override;
121 bool IsBluetoothDiscovering() override; 122 bool IsBluetoothDiscovering() override;
122 void GetCurrentIME(ash::IMEInfo* info) override; 123 void GetCurrentIME(ash::IMEInfo* info) override;
123 void GetAvailableIMEList(ash::IMEInfoList* list) override; 124 void GetAvailableIMEList(ash::IMEInfoList* list) override;
124 void GetCurrentIMEProperties(ash::IMEPropertyInfoList* list) override; 125 void GetCurrentIMEProperties(ash::IMEPropertyInfoList* list) override;
125 void SwitchIME(const std::string& ime_id) override; 126 void SwitchIME(const std::string& ime_id) override;
126 void ActivateIMEProperty(const std::string& key) override; 127 void ActivateIMEProperty(const std::string& key) override;
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 317
317 base::WeakPtrFactory<SystemTrayDelegateChromeOS> weak_ptr_factory_; 318 base::WeakPtrFactory<SystemTrayDelegateChromeOS> weak_ptr_factory_;
318 319
319 DISALLOW_COPY_AND_ASSIGN(SystemTrayDelegateChromeOS); 320 DISALLOW_COPY_AND_ASSIGN(SystemTrayDelegateChromeOS);
320 }; 321 };
321 322
322 ash::SystemTrayDelegate* CreateSystemTrayDelegate(); 323 ash::SystemTrayDelegate* CreateSystemTrayDelegate();
323 324
324 } // namespace chromeos 325 } // namespace chromeos
325 #endif // CHROME_BROWSER_UI_ASH_SYSTEM_TRAY_DELEGATE_CHROMEOS_H_ 326 #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