| Index: android_webview/java/src/org/chromium/android_webview/AwContentsClient.java
|
| diff --git a/android_webview/java/src/org/chromium/android_webview/AwContentsClient.java b/android_webview/java/src/org/chromium/android_webview/AwContentsClient.java
|
| index 41989dd3434ba116d183e4b38d7c57f656fc5252..7f72b2d617d4eef246ed1c6f2fdeb9f1e4bdde22 100644
|
| --- a/android_webview/java/src/org/chromium/android_webview/AwContentsClient.java
|
| +++ b/android_webview/java/src/org/chromium/android_webview/AwContentsClient.java
|
| @@ -116,12 +116,6 @@ public abstract class AwContentsClient {
|
| }
|
|
|
| @Override
|
| - public void onRendererCrash(boolean crashedWhileOomProtected) {
|
| - // This is not possible so long as the webview is run single process!
|
| - throw new RuntimeException("Renderer crash reported.");
|
| - }
|
| -
|
| - @Override
|
| public void onUpdateTitle(String title) {
|
| AwContentsClient.this.onReceivedTitle(title);
|
| }
|
|
|