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

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

Issue 783963002: Tray message changed for child accounts. Warning bubble removed for child accounts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Inline temporarily removed. Created 6 years 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 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 11 matching lines...) Expand all
22 void Shutdown() override; 22 void Shutdown() override;
23 bool GetTrayVisibilityOnStartup() override; 23 bool GetTrayVisibilityOnStartup() override;
24 user::LoginStatus GetUserLoginStatus() const override; 24 user::LoginStatus GetUserLoginStatus() const override;
25 void ChangeProfilePicture() override; 25 void ChangeProfilePicture() override;
26 const std::string GetEnterpriseDomain() const override; 26 const std::string GetEnterpriseDomain() const override;
27 const base::string16 GetEnterpriseMessage() const override; 27 const base::string16 GetEnterpriseMessage() const override;
28 const std::string GetSupervisedUserManager() const override; 28 const std::string GetSupervisedUserManager() const override;
29 const base::string16 GetSupervisedUserManagerName() const override; 29 const base::string16 GetSupervisedUserManagerName() const override;
30 const base::string16 GetSupervisedUserMessage() const override; 30 const base::string16 GetSupervisedUserMessage() const override;
31 bool IsUserSupervised() const override; 31 bool IsUserSupervised() const override;
32 bool IsUserChild() const override;
32 void GetSystemUpdateInfo(UpdateInfo* info) const override; 33 void GetSystemUpdateInfo(UpdateInfo* info) const override;
33 base::HourClockType GetHourClockType() const override; 34 base::HourClockType GetHourClockType() const override;
34 void ShowSettings() override; 35 void ShowSettings() override;
35 bool ShouldShowSettings() override; 36 bool ShouldShowSettings() override;
36 void ShowDateSettings() override; 37 void ShowDateSettings() override;
37 void ShowSetTimeDialog() override; 38 void ShowSetTimeDialog() override;
38 void ShowNetworkSettings(const std::string& service_path) override; 39 void ShowNetworkSettings(const std::string& service_path) override;
39 void ShowBluetoothSettings() override; 40 void ShowBluetoothSettings() override;
40 void ShowDisplaySettings() override; 41 void ShowDisplaySettings() override;
41 void ShowChromeSlow() override; 42 void ShowChromeSlow() override;
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 private: 88 private:
88 bool bluetooth_enabled_; 89 bool bluetooth_enabled_;
89 scoped_ptr<VolumeControlDelegate> volume_control_delegate_; 90 scoped_ptr<VolumeControlDelegate> volume_control_delegate_;
90 91
91 DISALLOW_COPY_AND_ASSIGN(DefaultSystemTrayDelegate); 92 DISALLOW_COPY_AND_ASSIGN(DefaultSystemTrayDelegate);
92 }; 93 };
93 94
94 } // namespace ash 95 } // namespace ash
95 96
96 #endif // ASH_SYSTEM_TRAY_DEFAULT_SYSTEM_TRAY_DELEGATE_H_ 97 #endif // ASH_SYSTEM_TRAY_DEFAULT_SYSTEM_TRAY_DELEGATE_H_
OLDNEW
« no previous file with comments | « ash/system/chromeos/supervised/tray_supervised_user.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