| Index: chrome/browser/views/notifications/balloon_view.h
|
| ===================================================================
|
| --- chrome/browser/views/notifications/balloon_view.h (revision 30967)
|
| +++ chrome/browser/views/notifications/balloon_view.h (working copy)
|
| @@ -45,7 +45,7 @@
|
| // BalloonView interface.
|
| void Show(Balloon* balloon);
|
| void RepositionToBalloon();
|
| - void Close();
|
| + void Close(bool by_user);
|
|
|
| private:
|
| // Overridden from views::View.
|
| @@ -72,7 +72,7 @@
|
| void SizeContentsWindow();
|
|
|
| // Do the delayed close work.
|
| - void DelayedClose();
|
| + void DelayedClose(bool by_user);
|
|
|
| // The height of the balloon's shelf.
|
| // The shelf is where is close button is located.
|
|
|