| Index: chrome/browser/ui/ash/launcher/browser_status_monitor.h
|
| diff --git a/chrome/browser/ui/ash/launcher/browser_status_monitor.h b/chrome/browser/ui/ash/launcher/browser_status_monitor.h
|
| index 882f32fe1e366d6f2bc7716d76c089a77e34f37f..0ef56518e8720eea88ad8f77949be0e64bc66ab2 100644
|
| --- a/chrome/browser/ui/ash/launcher/browser_status_monitor.h
|
| +++ b/chrome/browser/ui/ash/launcher/browser_status_monitor.h
|
| @@ -71,7 +71,8 @@ class BrowserStatusMonitor : public aura::client::ActivationChangeObserver,
|
| content::WebContents* old_contents,
|
| content::WebContents* new_contents,
|
| int index) override;
|
| - void TabInsertedAt(content::WebContents* contents,
|
| + void TabInsertedAt(TabStripModel* tab_strip_model,
|
| + content::WebContents* contents,
|
| int index,
|
| bool foreground) override;
|
| void TabClosingAt(TabStripModel* tab_strip_mode,
|
|
|