Fix cpplint warnings
This commit is contained in:
parent
0b205019b6
commit
4342480473
6 changed files with 16 additions and 6 deletions
|
@ -17,7 +17,9 @@ namespace atom {
|
|||
|
||||
class TrayIconObserver {
|
||||
public:
|
||||
virtual void OnClicked(const gfx::Rect& bounds, const gfx::Point& location, int modifiers) {}
|
||||
virtual void OnClicked(const gfx::Rect& bounds,
|
||||
const gfx::Point& location,
|
||||
int modifiers) {}
|
||||
virtual void OnDoubleClicked(const gfx::Rect& bounds, int modifiers) {}
|
||||
virtual void OnBalloonShow() {}
|
||||
virtual void OnBalloonClicked() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue