Tell Browser to monitor the WebCore thread for responsiveness.
We no longer enable the WebCore thread watchdog for all
WebViews, but we still want the functionality in Browser.
Bug: 6447214
Change-Id: I1665bef875d53239203bc6313ac39af4bda6a60b
diff --git a/src/com/android/browser/Controller.java b/src/com/android/browser/Controller.java
index 493583d..fb535ba 100644
--- a/src/com/android/browser/Controller.java
+++ b/src/com/android/browser/Controller.java
@@ -259,6 +259,7 @@
}
void start(final Intent intent) {
+ WebViewClassic.setShouldMonitorWebCoreThread();
// mCrashRecoverHandler has any previously saved state.
mCrashRecoveryHandler.startRecovery(intent);
}