| 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 5f0d5868b97daa603947133452716f4308bbd205..0345c81062aaf7be16c02b27738e0a157f65079a 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -65,6 +65,7 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| virtual void PauseVideo() OVERRIDE;
|
| virtual void ResumeVideo() OVERRIDE;
|
| virtual void PauseOrResumeGeolocation(bool should_pause) OVERRIDE;
|
| + virtual void OnDetachedFromWebContents(WebContents* web_contents) OVERRIDE;
|
|
|
| // --------------------------------------------------------------------------
|
| // Methods called from Java via JNI
|
|
|