| Index: chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc b/chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc
|
| index 4cd8297712250f3a302cdd3a15d4f4d104e2a1d2..c642ea544475886aaae496e286ac2287be59d3ed 100644
|
| --- a/chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc
|
| @@ -54,10 +54,6 @@ const int kBottomMargin = 1;
|
| const int kLeftMargin = 1;
|
| const int kRightMargin = 1;
|
|
|
| -// How many pixels of overlap there is between the shelf top and the
|
| -// balloon bottom.
|
| -const int kShelfBorderTopOverlap = 0;
|
| -
|
| // Properties of the origin label.
|
| const int kLeftLabelMargin = 8;
|
|
|
|
|