Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2470)

Unified Diff: android_webview/java/src/org/chromium/android_webview/AwContentsClient.java

Issue 58203002: Android: remove ContentViewCore from the renderer crash codepath. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/process/kill.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « no previous file | base/process/kill.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698