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

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

Issue 2438023004: mash: Migrate ShowSetTimeDialog from SystemTrayDelegate to mojo (Closed)
Patch Set: rebase Created 4 years, 1 month 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 ash::LoginStatus GetUserLoginStatus() const override; 82 ash::LoginStatus GetUserLoginStatus() const override;
83 std::string GetEnterpriseDomain() const override; 83 std::string GetEnterpriseDomain() const override;
84 base::string16 GetEnterpriseMessage() const override; 84 base::string16 GetEnterpriseMessage() const override;
85 std::string GetSupervisedUserManager() const override; 85 std::string GetSupervisedUserManager() const override;
86 base::string16 GetSupervisedUserManagerName() const override; 86 base::string16 GetSupervisedUserManagerName() const override;
87 base::string16 GetSupervisedUserMessage() const override; 87 base::string16 GetSupervisedUserMessage() const override;
88 bool IsUserSupervised() const override; 88 bool IsUserSupervised() const override;
89 bool IsUserChild() const override; 89 bool IsUserChild() const override;
90 void GetSystemUpdateInfo(ash::UpdateInfo* info) const override; 90 void GetSystemUpdateInfo(ash::UpdateInfo* info) const override;
91 bool ShouldShowSettings() override; 91 bool ShouldShowSettings() override;
92 void ShowSetTimeDialog() override;
93 void ShowEnterpriseInfo() override; 92 void ShowEnterpriseInfo() override;
94 void ShowUserLogin() override; 93 void ShowUserLogin() override;
95 void SignOut() override; 94 void SignOut() override;
96 void RequestRestartForUpdate() override; 95 void RequestRestartForUpdate() override;
97 void RequestShutdown() override; 96 void RequestShutdown() override;
98 void GetAvailableBluetoothDevices(ash::BluetoothDeviceList* list) override; 97 void GetAvailableBluetoothDevices(ash::BluetoothDeviceList* list) override;
99 void BluetoothStartDiscovering() override; 98 void BluetoothStartDiscovering() override;
100 void BluetoothStopDiscovering() override; 99 void BluetoothStopDiscovering() override;
101 void ConnectToBluetoothDevice(const std::string& address) override; 100 void ConnectToBluetoothDevice(const std::string& address) override;
102 bool IsBluetoothDiscovering() override; 101 bool IsBluetoothDiscovering() override;
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 281
283 base::WeakPtrFactory<SystemTrayDelegateChromeOS> weak_ptr_factory_; 282 base::WeakPtrFactory<SystemTrayDelegateChromeOS> weak_ptr_factory_;
284 283
285 DISALLOW_COPY_AND_ASSIGN(SystemTrayDelegateChromeOS); 284 DISALLOW_COPY_AND_ASSIGN(SystemTrayDelegateChromeOS);
286 }; 285 };
287 286
288 ash::SystemTrayDelegate* CreateSystemTrayDelegate(); 287 ash::SystemTrayDelegate* CreateSystemTrayDelegate();
289 288
290 } // namespace chromeos 289 } // namespace chromeos
291 #endif // CHROME_BROWSER_UI_ASH_SYSTEM_TRAY_DELEGATE_CHROMEOS_H_ 290 #endif // CHROME_BROWSER_UI_ASH_SYSTEM_TRAY_DELEGATE_CHROMEOS_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/system_tray_client.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