There's a lot of redundancy in how we handle the different bubbles in the login screen. Instead of using one wrapper class to launch the different bubble types (which also constantly deletes and re-initializes the bubbles), we should have a separate subclass for each bubble that uses a common Show/Hide method.
This change will involve migrating most of the event handling and widget handling logic to LoginBaseBubbleView, and then moving the bubble types into their own files.
Comment 1 by bugdroid1@chromium.org
, Dec 7