Index: content/browser/android/content_view_core_impl.h |
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h |
index aa4d04c3eb76cee7cf85e9dd408003809b2ef877..ee16f52d4b1c33ab546eb83534922a33c53a95b4 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -89,7 +89,6 @@ class ContentViewCoreImpl : public ContentViewCore, |
base::android::ScopedJavaLocalRef<jstring> GetTitle( |
JNIEnv* env, jobject obj) const; |
jboolean IsIncognito(JNIEnv* env, jobject obj); |
- jboolean Crashed(JNIEnv* env, jobject obj) const { return tab_crashed_; } |
void SendOrientationChangeEvent(JNIEnv* env, jobject obj, jint orientation); |
jboolean SendTouchEvent(JNIEnv* env, |
jobject obj, |
@@ -345,10 +344,6 @@ class ContentViewCoreImpl : public ContentViewCore, |
void SendGestureEvent(const WebKit::WebGestureEvent& event); |
- // Checks if there there is a corresponding renderer process and updates |
- // |tab_crashed_| accordingly. |
- void UpdateTabCrashedFlag(); |
- |
// Update focus state of the RenderWidgetHostView. |
void SetFocusInternal(bool focused); |
@@ -367,9 +362,6 @@ class ContentViewCoreImpl : public ContentViewCore, |
// A compositor layer containing any layer that should be shown. |
scoped_refptr<cc::Layer> root_layer_; |
- // Whether the renderer backing this ContentViewCore has crashed. |
- bool tab_crashed_; |
- |
// Device scale factor. |
float dpi_scale_; |