Commit f744a779 authored by James Cook's avatar James Cook Committed by Commit Bot

cros: Add a comment to SystemTrayDelegateChromeOS

The class is deprecated, so make a note of that.

TBR=stevenjb@chromium.org

Bug: none
Test: none
Change-Id: I77e1125dd0ef8d221638b82b99df5cbf4bbb8654
Reviewed-on: https://chromium-review.googlesource.com/579658Reviewed-by: default avatarJames Cook <jamescook@chromium.org>
Reviewed-by: default avatarSteven Bennetts <stevenjb@chromium.org>
Commit-Queue: James Cook <jamescook@chromium.org>
Cr-Commit-Position: refs/heads/master@{#488280}
parent 51339b89
...@@ -31,6 +31,10 @@ class SystemTrayNotifier; ...@@ -31,6 +31,10 @@ class SystemTrayNotifier;
namespace chromeos { namespace chromeos {
// DEPRECATED. Do not add new code here. This class is being removed as part of
// the transition to mustash. New code should be added to SystemTrayClient.
// Use system_tray.mojom methods if you need to send information to ash.
// Please contact jamescook@chromium.org if you have questions or need help.
class SystemTrayDelegateChromeOS class SystemTrayDelegateChromeOS
: public ash::SystemTrayDelegate, : public ash::SystemTrayDelegate,
public content::NotificationObserver, public content::NotificationObserver,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment