diff options
Diffstat (limited to 'chrome/browser/tabs/tab_strip_model.h')
-rw-r--r-- | chrome/browser/tabs/tab_strip_model.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/tabs/tab_strip_model.h b/chrome/browser/tabs/tab_strip_model.h index f9cb205..bfca5ec 100644 --- a/chrome/browser/tabs/tab_strip_model.h +++ b/chrome/browser/tabs/tab_strip_model.h @@ -125,6 +125,10 @@ class TabStripModelObserver { // use this as a trigger to try and close the window containing the // TabStripModel, for example... virtual void TabStripEmpty() {} + + // Sent when the tabstrip model is about to be deleted and any reference held + // must be dropped. + virtual void TabStripModelDeleted() {} }; /////////////////////////////////////////////////////////////////////////////// |