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

Unified Diff: chromecast/shell/browser/android/cast_window_android.h

Issue 566963003: Chromecast Android shell improvements (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: style nits Created 6 years, 3 months 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 | « chromecast/shell/app/cast_main_delegate.cc ('k') | chromecast/shell/browser/android/cast_window_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chromecast/shell/app/cast_main_delegate.cc ('k') | chromecast/shell/browser/android/cast_window_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698