| Index: extensions/shell/browser/shell_native_app_window_aura.cc
|
| diff --git a/extensions/shell/browser/shell_native_app_window_aura.cc b/extensions/shell/browser/shell_native_app_window_aura.cc
|
| index c0158965535884f1092de2bb6385e91daec027db..491c4de351002f5568ffdf3fccf5505e789d6cd5 100644
|
| --- a/extensions/shell/browser/shell_native_app_window_aura.cc
|
| +++ b/extensions/shell/browser/shell_native_app_window_aura.cc
|
| @@ -52,7 +52,7 @@ void ShellNativeAppWindowAura::Hide() {
|
| GetNativeWindow()->Hide();
|
| }
|
|
|
| -void ShellNativeAppWindowAura::Activate() {
|
| +void ShellNativeAppWindowAura::Activate(bool user_gesture) {
|
| aura::Window* window = GetNativeWindow();
|
| if (window)
|
| wm::ActivateWindow(window);
|
|
|