Fix cpplint warnings
This commit is contained in:
parent
0b205019b6
commit
4342480473
6 changed files with 16 additions and 6 deletions
|
@ -34,7 +34,9 @@ gfx::Rect TrayIcon::GetBounds() {
|
|||
return gfx::Rect();
|
||||
}
|
||||
|
||||
void TrayIcon::NotifyClicked(const gfx::Rect& bounds, const gfx::Point& location, int modifiers) {
|
||||
void TrayIcon::NotifyClicked(const gfx::Rect& bounds,
|
||||
const gfx::Point& location,
|
||||
int modifiers) {
|
||||
for (TrayIconObserver& observer : observers_)
|
||||
observer.OnClicked(bounds, location, modifiers);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue