| Index: chrome/browser/ui/ash/launcher/app_window_launcher_controller.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/app_window_launcher_controller.cc b/chrome/browser/ui/ash/launcher/app_window_launcher_controller.cc
|
| index ac0ae5f5c3c67bc66c3218252f6e352deaa11729..ee37e6508101060a12f22952b8557a7cf7927877 100644
|
| --- a/chrome/browser/ui/ash/launcher/app_window_launcher_controller.cc
|
| +++ b/chrome/browser/ui/ash/launcher/app_window_launcher_controller.cc
|
| @@ -127,8 +127,10 @@ void AppWindowLauncherController::OnWindowDestroying(aura::Window* window) {
|
| UnregisterApp(window);
|
| }
|
|
|
| -void AppWindowLauncherController::OnWindowActivated(aura::Window* new_active,
|
| - aura::Window* old_active) {
|
| +void AppWindowLauncherController::OnWindowActivated(
|
| + aura::client::ActivationChangeObserver::ActivationReason reason,
|
| + aura::Window* new_active,
|
| + aura::Window* old_active) {
|
| // Make the newly active window the active (first) entry in the controller.
|
| AppWindowLauncherItemController* new_controller =
|
| ControllerForWindow(new_active);
|
|
|