commit | 03a986b720bf72110cc59094fadf1fe6bd1a700b | [log] [tgz] |
---|---|---|
author | Rohit Agarwal <[email protected]> | Mon Aug 17 08:11:22 2020 |
committer | Commit Bot <[email protected]> | Mon Aug 17 08:11:22 2020 |
tree | 67f6439059e846778e8e7b91c266dd1706024446 | |
parent | 0a0ad92f38266e4b084259944385ca081b979d12 [diff] |
Add incognito interstitial in the AccountPickerBottomSheet. In the Account picker Dialog we had implemented an option for users to sign in temporarily via Incognito mode. This CL adds the functionality of showing an incognito interstitial when the user clicks on the incognito mode button. The incognito interstitial is currently blank expect the Learn more and Continue buttons. The functionality of these buttons and the contents of the interstitial would be followed up later. This CL also adds tests to ensure the UI elements of the incognito interstitial are shown properly and the state switch happened smoothly and didn't leave any past UI elements. [email protected] Bug: 1103262 Change-Id: I031b505fe347afb3265da4921c002a702a022421 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2346645 Reviewed-by: Rohit Agarwal <[email protected]> Reviewed-by: Alice Wang <[email protected]> Commit-Queue: Rohit Agarwal <[email protected]> Cr-Commit-Position: refs/heads/master@{#798566}
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.