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 c566b0250b3a52d16fbb9fb21db1b42e8cfaf1c7..791f3e2f9fa84e8833284ac964f2587a10fa6402 100644 |
--- a/extensions/shell/browser/shell_native_app_window_aura.h |
+++ b/extensions/shell/browser/shell_native_app_window_aura.h |
@@ -23,7 +23,7 @@ class ShellNativeAppWindowAura : public ShellNativeAppWindow { |
gfx::Rect GetBounds() const override; |
void Show() override; |
void Hide() override; |
- void Activate() override; |
+ void Activate(bool user_gesture) override; |
void Deactivate() override; |
void SetBounds(const gfx::Rect& bounds) override; |