| Index: chrome/browser/tab_contents/tab_contents.h
|
| diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h
|
| index 41d298acb7eb17838fa4ff84f87a015aba04e888..839f39a38a67a28a401a5cb7b67b07953ae7b8ca 100644
|
| --- a/chrome/browser/tab_contents/tab_contents.h
|
| +++ b/chrome/browser/tab_contents/tab_contents.h
|
| @@ -325,6 +325,9 @@ class TabContents : public PageNavigator,
|
| // to the foreground if necessary.
|
| void Activate();
|
|
|
| + // Deactivates this contents by deactivating its containing window.
|
| + void Deactivate();
|
| +
|
| // TODO(brettw) document these.
|
| virtual void ShowContents();
|
| virtual void HideContents();
|
|
|