| 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 4fafde2c0e59cdfcb12ef64a5d70cd7af57618eb..c852a144b1bfd82eefc09f796b9d672bf2428621 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();
|
|
|