| Index: chrome/browser/ui/panels/panel.cc
|
| diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc
|
| index 6505b0b1a639862b47144a29eb337131121775d1..a935fd49896b443c5db309c2a94f0b8a51f1882c 100644
|
| --- a/chrome/browser/ui/panels/panel.cc
|
| +++ b/chrome/browser/ui/panels/panel.cc
|
| @@ -573,7 +573,7 @@ void Panel::OnActiveStateChanged(bool active) {
|
| content::NotificationService::current()->Notify(
|
| chrome::NOTIFICATION_PANEL_CHANGED_ACTIVE_STATUS,
|
| content::Source<Panel>(this),
|
| - content::NotificationService::NoDetails());
|
| + content::Details<bool>(&active));
|
| }
|
|
|
| void Panel::ConfigureAutoResize(content::WebContents* web_contents) {
|
|
|