| Index: chrome/browser/ui/cocoa/toolbar/toolbar_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h b/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h
|
| index b0238973d50aa363409863125d2194ce49c8995c..7469a6a2e1a8d7e030c7308df589aef3488f40a2 100644
|
| --- a/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h
|
| +++ b/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h
|
| @@ -122,6 +122,9 @@ class NotificationBridge;
|
| // Sets whether or not the current page in the frontmost tab is bookmarked.
|
| - (void)setStarredState:(BOOL)isStarred;
|
|
|
| +// Sets whether or not the current page is translated.
|
| +- (void)setTranslateIconLit:(BOOL)on;
|
| +
|
| // Happens when the zoom for the active tab changes, the active tab switches, or
|
| // a new tab or browser window is created. |canShowBubble| indicates if it is
|
| // appropriate to show a zoom bubble for the change.
|
| @@ -142,6 +145,9 @@ class NotificationBridge;
|
| // associated window's coordinate system.
|
| - (NSPoint)bookmarkBubblePoint;
|
|
|
| +// Point on the translate icon fot the Translate bubble.
|
| +- (NSPoint)translateBubblePoint;
|
| +
|
| // Returns the desired toolbar height for the given compression factor.
|
| - (CGFloat)desiredHeightForCompression:(CGFloat)compressByHeight;
|
|
|
|
|