Chromium Code Reviews| Index: content/public/browser/web_contents.h |
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h |
| index 024d65186067443a630e710856a0e1995c59bf61..cdec1eb96ff39bc027b81700a8a05bef9535e9c8 100644 |
| --- a/content/public/browser/web_contents.h |
| +++ b/content/public/browser/web_contents.h |
| @@ -200,6 +200,10 @@ class WebContents : public PageNavigator { |
| // NOTE: If you override this, call the superclass version too! |
| virtual void WasHidden() = 0; |
| + // Invoked when the WebContents is restored. |
| + // NOTE: If you override this, call the superclass version too! |
|
jam
2012/05/18 23:40:51
nit: this comment isn't valid. also remove the one
Fady Samuel
2012/05/19 15:59:02
Done.
|
| + virtual void WasRestored() = 0; |
| + |
| // TODO(brettw) document these. |
| virtual void ShowContents() = 0; |
| virtual void HideContents() = 0; |