Invoke Password storage IPH through FeaturePromoControllerViews
Previously these two IPH directly created a FeaturePromoBubbleView. One of them would potentially display at the same time as other IPH since it isn't registered with the IPH backend. This specific promo is important to show to users immediately, hence why it is treated differently. To support this use case a notion of a "critical promo" is added to FeaturePromoControllerViews. These promos will preempt any normal IPH promo. This is reserved for very important promos that must be shown immediately. With this support, both promos are invoked through FeaturePromoControllerViews. Bug: 1133016 Change-Id: Ifb3b2273c108bc342698faa61adb4b54d5f7072d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2487874 Commit-Queue: Collin Baker <collinbaker@chromium.org> Reviewed-by:Dana Fried <dfried@chromium.org> Reviewed-by:
Dana Fried <dfried@google.com> Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#820410}
Showing
Please register or sign in to comment