| Index: extensions/shell/browser/shell_native_app_window_aura.h
|
| diff --git a/extensions/shell/browser/shell_native_app_window_aura.h b/extensions/shell/browser/shell_native_app_window_aura.h
|
| index 791f3e2f9fa84e8833284ac964f2587a10fa6402..1ac4f409b80c2e4bab074b9b3e51be9f392e746d 100644
|
| --- a/extensions/shell/browser/shell_native_app_window_aura.h
|
| +++ b/extensions/shell/browser/shell_native_app_window_aura.h
|
| @@ -21,7 +21,7 @@ class ShellNativeAppWindowAura : public ShellNativeAppWindow {
|
| bool IsActive() const override;
|
| gfx::NativeWindow GetNativeWindow() const override;
|
| gfx::Rect GetBounds() const override;
|
| - void Show() override;
|
| + void Show(bool user_gesture) override;
|
| void Hide() override;
|
| void Activate(bool user_gesture) override;
|
| void Deactivate() override;
|
|
|