commit | ef18de60e02b4b2a7227d9e9751487cc74baec36 | [log] [tgz] |
---|---|---|
author | Patrick Scott <phanna@android.com> | Thu Feb 24 13:54:23 2011 -0500 |
committer | Patrick Scott <phanna@android.com> | Thu Feb 24 15:23:32 2011 -0500 |
tree | dd440da2790b1e3f67fbb8a3c2223bcb03bb9038 | |
parent | 29ccf8a32bf65a5512191d3633353132bb2cd88b [diff] |
Make sure timers are running during pre-login. Pause/resume timers is really broken. If the user exits the Browser, the process is still around with paused timers. If pre-login needs to run, timers will be stalled during the process. This is because there is no current tab during onResume. Make sure to call resumeTimers and start the cookie sync manager before handling pre-login. Bug: 3474608 Change-Id: I12be617947f3ae54a206e31760a2973f81252f50