am b1e24660: am f695f6b4: Tell Browser to monitor the WebCore thread for responsiveness.

* commit 'b1e24660559414b2128a2138c273989b3d34685b':
  Tell Browser to monitor the WebCore thread for responsiveness.
diff --git a/src/com/android/browser/Controller.java b/src/com/android/browser/Controller.java
index 3b5f812..8c9b11e 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);
     }