| Index: chrome/browser/notifications/balloon.h
|
| diff --git a/chrome/browser/notifications/balloon.h b/chrome/browser/notifications/balloon.h
|
| index b1b89e7016171943aee5b234158d4ff0a9344fa2..d601723307cbc8060eaca18311f5010e33453302 100644
|
| --- a/chrome/browser/notifications/balloon.h
|
| +++ b/chrome/browser/notifications/balloon.h
|
| @@ -77,7 +77,7 @@ class Balloon {
|
| // Request a new content size for this balloon. This will get passed
|
| // to the balloon collection for checking against available space and
|
| // min/max restrictions.
|
| - void SetContentPreferredSize(const gfx::Size& size);
|
| + void ResizeDueToAutoResize(const gfx::Size& size);
|
|
|
| // Provides a view for this balloon. Ownership transfers
|
| // to this object.
|
|
|