| Index: chrome/browser/automation/automation_provider_observers.h
|
| diff --git a/chrome/browser/automation/automation_provider_observers.h b/chrome/browser/automation/automation_provider_observers.h
|
| index 9d7406d29a1a89a444e0a8e6ef9c4b1559a8b2c7..64db7f8c4573c039c7d092d790675a49e42dbaec 100644
|
| --- a/chrome/browser/automation/automation_provider_observers.h
|
| +++ b/chrome/browser/automation/automation_provider_observers.h
|
| @@ -317,7 +317,8 @@ class TabCountChangeObserver : public TabStripModelObserver {
|
| int index,
|
| bool foreground) OVERRIDE;
|
| virtual void TabDetachedAt(content::WebContents* contents,
|
| - int index) OVERRIDE;
|
| + int index,
|
| + bool closing_all) OVERRIDE;
|
| virtual void TabStripModelDeleted() OVERRIDE;
|
|
|
| private:
|
|
|