| 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..ba6946029ad2a598b55a30dbd298e49c6208c43a 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -333,6 +333,7 @@ class ContentViewCoreImpl : public ContentViewCore,
|
|
|
| // WebContentsObserver implementation.
|
| virtual void RenderViewReady() OVERRIDE;
|
| + virtual void WebContentsDestroyed(WebContents* web_contents) OVERRIDE;
|
|
|
| // --------------------------------------------------------------------------
|
| // Other private methods and data
|
|
|