commit | f7c5eaf427ab630bf6b5dc6d7023f64fb0617af9 | [log] [tgz] |
---|---|---|
author | Jérôme Lebel <jlebel@chromium.org> | Tue Jul 21 19:48:27 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Jul 21 19:48:27 2020 |
tree | 54619e43286fa8f82821461863a12dc9634ac2a7 | |
parent | d00c9d50566560910e6da97a2cd0c7b1fb661286 [diff] |
[iOS][MW] Fixing the sign-in upgrade promo This fix is for Multi window. The sign-in upgrade promo has to be shown in only one window when Chrome is started. This promo will be shown a second time on a second start. Instead of each window opening the sign-in upgrade promo, the main controller needs to select only one window to show the promo: -[MainController startUpAfterFirstWindowCreated] goes through the list of scene to find the active one which can display the sign-in upgrade promo. Fixed: 1098188 Change-Id: I986b6b75e9f9a7c598381b68de766004e0259f63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2273281 Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Reviewed-by: Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#790507}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.