| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 85839ecd5a9c3e7afa5bf3a5bdde0e1b5bdfbbef..3b1c2e47efeb76cb82700a5d2ad8a07347a756cd 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -1526,10 +1526,6 @@ void Browser::ActivateContents(WebContents* contents) {
|
| window_->Activate();
|
| }
|
|
|
| -void Browser::DeactivateContents(WebContents* contents) {
|
| - window_->Deactivate();
|
| -}
|
| -
|
| void Browser::LoadingStateChanged(WebContents* source,
|
| bool to_different_document) {
|
| window_->UpdateLoadingAnimations(tab_strip_model_->TabsAreLoading());
|
|
|