| 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 675650c6f67e8c30513901e314e9167a6054dc9c..851e97b1beb4da2f0b1f0de9d14985f197bc2d46 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;
|
|
|
|
|