| Index: chrome/browser/ui/cocoa/location_bar/zoom_decoration.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/zoom_decoration.h b/chrome/browser/ui/cocoa/location_bar/zoom_decoration.h
|
| index 90ef008e6557a84a392a664146cb11d03cd97266..db09902501011211aa8a92cbb9ac5598182fe01e 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/zoom_decoration.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/zoom_decoration.h
|
| @@ -33,6 +33,7 @@ class ZoomDecoration : public ImageDecoration,
|
|
|
| // Shows the zoom bubble for this decoration. If |auto_close| is YES, then
|
| // the bubble will automatically close after a fixed period of time.
|
| + // If a bubble is already showing, the |auto_close| timer is reset.
|
| void ShowBubble(BOOL auto_close);
|
|
|
| // Closes the zoom bubble.
|
|
|