Index: chromecast/shell/browser/android/cast_window_android.h |
diff --git a/chromecast/shell/browser/android/cast_window_android.h b/chromecast/shell/browser/android/cast_window_android.h |
index 979aea962820b0149e2adbef8ebeb343cfc460de..512e5e8c6738cc07fbff7a69020eb6663b60b286 100644 |
--- a/chromecast/shell/browser/android/cast_window_android.h |
+++ b/chromecast/shell/browser/android/cast_window_android.h |
@@ -50,7 +50,7 @@ class CastWindowAndroid : public content::WebContentsDelegate, |
// Registers the JNI methods for CastWindowAndroid. |
static bool RegisterJni(JNIEnv* env); |
- // WebContentsDelegate implementation. |
+ // content::WebContentsDelegate implementation: |
virtual void AddNewContents(content::WebContents* source, |
content::WebContents* new_contents, |
WindowOpenDisposition disposition, |
@@ -67,6 +67,9 @@ class CastWindowAndroid : public content::WebContentsDelegate, |
virtual void ActivateContents(content::WebContents* contents) OVERRIDE; |
virtual void DeactivateContents(content::WebContents* contents) OVERRIDE; |
+ // content::WebContentsObserver implementation: |
+ virtual void RenderProcessGone(base::TerminationStatus status) OVERRIDE; |
+ |
private: |
explicit CastWindowAndroid(content::WebContents* web_contents); |