| Index: chrome/browser/ui/status_bubble.h
|
| diff --git a/chrome/browser/ui/status_bubble.h b/chrome/browser/ui/status_bubble.h
|
| index 1d52275aa6f062309c697eb0423e9c1e57b1454a..546db3caa8eaf23c0608ea2a2f6d0ee581afc0c3 100644
|
| --- a/chrome/browser/ui/status_bubble.h
|
| +++ b/chrome/browser/ui/status_bubble.h
|
| @@ -41,6 +41,9 @@ class StatusBubble {
|
| // Skip the fade and instant-hide the bubble.
|
| virtual void Hide() = 0;
|
|
|
| + // Calculate and set new position for status bubble.
|
| + virtual void Reposition() = 0;
|
| +
|
| // Called when the user's mouse has moved over web content. This is used to
|
| // determine when the status area should move out of the way of the user's
|
| // mouse. |position| is the absolute position of the pointer, and
|
|
|