| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index 879e8d8513c03fa6ccb621249098bb66873a0fab..2776c78d0041b678b643501ea3cff47a0e4a8665 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -339,6 +339,7 @@ class WebContents : public PageNavigator,
|
| // Invoked when the WebContents becomes shown/hidden.
|
| virtual void WasShown() = 0;
|
| virtual void WasHidden() = 0;
|
| + virtual void WasHidden(bool content_visible) = 0;
|
|
|
| // Returns true if the before unload and unload listeners need to be
|
| // fired. The value of this changes over time. For example, if true and the
|
|
|