| Index: chrome/browser/ui/panels/panel_host.cc
|
| diff --git a/chrome/browser/ui/panels/panel_host.cc b/chrome/browser/ui/panels/panel_host.cc
|
| index b3a00f5d2562ba19ce18db9d969e151f6e11b043..5de546f073e1a95c555c9487f16222cb34ed1101 100644
|
| --- a/chrome/browser/ui/panels/panel_host.cc
|
| +++ b/chrome/browser/ui/panels/panel_host.cc
|
| @@ -163,10 +163,6 @@ void PanelHost::ActivateContents(content::WebContents* contents) {
|
| panel_->Activate();
|
| }
|
|
|
| -void PanelHost::DeactivateContents(content::WebContents* contents) {
|
| - panel_->Deactivate();
|
| -}
|
| -
|
| void PanelHost::LoadingStateChanged(content::WebContents* source,
|
| bool to_different_document) {
|
| bool is_loading = source->IsLoading() && to_different_document;
|
|
|