| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index 493abd8f0d4b297b307c45e5a0890ffe5a806b41..08b362fd8e18e1b022aeac53dccf3458bb936226 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -345,6 +345,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
|
|
|