| 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..bcb4c22e98e5e1a643890f497948fdfac10078e6 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();
|
| +
|
| // DesktopIOSPromotionView:
|
| void UpdateRecoveryPhoneLabel() override;
|
|
|
|
|