| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index ae57bea44335669fdfcf1157d282f71fb5943e0a..909f3f189cfc7c5c851221b1015af8e53a6f8141 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -264,6 +264,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| base::TimeTicks GetLastActiveTime() const override;
|
| void WasShown() override;
|
| void WasHidden() override;
|
| + void WasHidden(bool content_visible) override;
|
| bool NeedToFireBeforeUnload() override;
|
| void DispatchBeforeUnload(bool for_cross_site_transition) override;
|
| void Stop() override;
|
|
|