Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing notification crasher when opening of the tray menu falls toget…
…her with the opeing of a message The problem was that between creating the |system_bubble_| and the finishing of the initialization, a message was trying to show. Since the system_bubble_ is at that point in time not fully initialized, the fast user clicking can cause a crash due to access to the |system_bubble_|. BUG=247416 TEST=visual Review URL: https://chromiumcodereview.appspot.com/16395004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205416 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information