Bind TrayIcon to JS.
This commit is contained in:
parent
52d8d6fdb3
commit
6c7fe80ec5
13 changed files with 169 additions and 11 deletions
|
@ -15,6 +15,8 @@ class TrayIcon {
|
|||
public:
|
||||
static TrayIcon* Create();
|
||||
|
||||
virtual ~TrayIcon();
|
||||
|
||||
// Sets the image associated with this status icon.
|
||||
virtual void SetImage(const gfx::ImageSkia& image) = 0;
|
||||
|
||||
|
@ -32,7 +34,6 @@ class TrayIcon {
|
|||
|
||||
protected:
|
||||
TrayIcon();
|
||||
virtual ~TrayIcon();
|
||||
|
||||
private:
|
||||
DISALLOW_COPY_AND_ASSIGN(TrayIcon);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue