| Index: chrome/browser/ui/views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.h
|
| diff --git a/chrome/browser/ui/views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.h b/chrome/browser/ui/views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.h
|
| index c754ef6773cfe4550a85807ca1ca08dcb2f933e9..c974d1c10410a3161401e8f06d6bab3438fb211f 100644
|
| --- a/chrome/browser/ui/views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.h
|
| +++ b/chrome/browser/ui/views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.h
|
| @@ -28,6 +28,9 @@ class DesktopIOSPromotionBubbleView : public DesktopIOSPromotionView,
|
| desktop_ios_promotion::PromotionEntryPoint entry_point);
|
| ~DesktopIOSPromotionBubbleView() override;
|
|
|
| + // Update Bubble Height to fit the content.
|
| + void UpdateBubbleHeight(gfx::Rect old_bounds);
|
| +
|
| // DesktopIOSPromotionView:
|
| void UpdateRecoveryPhoneLabel() override;
|
|
|
|
|