| Index: chrome/browser/tab_contents.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents.h (revision 3394)
|
| +++ chrome/browser/tab_contents.h (working copy)
|
| @@ -311,6 +311,9 @@
|
| virtual void Copy() { }
|
| virtual void Paste() { }
|
|
|
| + // Called on a TabContents when it isn't a popup, but a new window.
|
| + virtual void DisassociateFromPopupCount() { }
|
| +
|
| // Window management ---------------------------------------------------------
|
|
|
| // Create a new window constrained to this TabContents' clip and visibility.
|
|
|