| Index: content/public/browser/android/content_view_core.h
|
| diff --git a/content/public/browser/android/content_view_core.h b/content/public/browser/android/content_view_core.h
|
| index 85766ee504c6ef347320cd6a4e5957b4280f78ea..e753888fe2972e946498bbffd79028c80b475d93 100644
|
| --- a/content/public/browser/android/content_view_core.h
|
| +++ b/content/public/browser/android/content_view_core.h
|
| @@ -57,6 +57,7 @@ class CONTENT_EXPORT ContentViewCore {
|
| virtual void PauseVideo() = 0;
|
| virtual void ResumeVideo() = 0;
|
| virtual void PauseOrResumeGeolocation(bool should_pause) = 0;
|
| + virtual void OnDetachedFromWebContents(WebContents* web_contents) = 0;
|
|
|
| // Observer callback for frame metadata updates.
|
| typedef base::Callback<void(
|
|
|