summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/GoogleAccountLogin.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/browser/GoogleAccountLogin.java')
-rw-r--r--src/com/android/browser/GoogleAccountLogin.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/browser/GoogleAccountLogin.java b/src/com/android/browser/GoogleAccountLogin.java
index c7d192427..3b4f2aa87 100644
--- a/src/com/android/browser/GoogleAccountLogin.java
+++ b/src/com/android/browser/GoogleAccountLogin.java
@@ -84,7 +84,7 @@ public class GoogleAccountLogin implements Runnable,
// resumeWebViewTimers. So to avoid problems with timers not running, we
// duplicate the work here using the off-screen WebView.
CookieSyncManager.getInstance().startSync();
- mWebView.resumeTimers();
+ WebViewTimersControl.getInstance().onBrowserActivityResume(mWebView);
mWebView.setWebViewClient(new WebViewClient() {
@Override