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 491c4de351002f5568ffdf3fccf5505e789d6cd5..35a1dd06ed7e6318d566fcf5f0baff4ee1b1382c 100644 |
--- a/extensions/shell/browser/shell_native_app_window_aura.cc |
+++ b/extensions/shell/browser/shell_native_app_window_aura.cc |
@@ -44,7 +44,7 @@ gfx::Rect ShellNativeAppWindowAura::GetBounds() const { |
return GetNativeWindow()->GetBoundsInScreen(); |
} |
-void ShellNativeAppWindowAura::Show() { |
+void ShellNativeAppWindowAura::Show(bool user_gesture) { |
GetNativeWindow()->Show(); |
} |