Chromium Code Reviews| Index: chrome/browser/ui/tabs/tab_strip_model_observer.h |
| diff --git a/chrome/browser/ui/tabs/tab_strip_model_observer.h b/chrome/browser/ui/tabs/tab_strip_model_observer.h |
| index 52b656c365f5e37b88826f5ef2278b32f6fc6786..722cbbe4007a16fee81b5ed16f3dee6e6e37d5fd 100644 |
| --- a/chrome/browser/ui/tabs/tab_strip_model_observer.h |
| +++ b/chrome/browser/ui/tabs/tab_strip_model_observer.h |
| @@ -71,7 +71,9 @@ class TabStripModelObserver { |
| // be inserted in another TabStripModel. The implementer should take whatever |
| // action is necessary to deal with the WebContents no longer being |
| // present. |
| - virtual void TabDetachedAt(content::WebContents* contents, int index); |
| + virtual void TabDetachedAt(content::WebContents* contents, |
| + int index, |
| + bool closing_all); |
|
Avi (use Gerrit)
2013/06/19 14:18:34
What does "closing_all" mean in this context? This
|
| // The active WebContents is about to change from |old_contents|. |
| // This gives observers a chance to prepare for an impending switch before it |