Index: chrome/browser/ui/cocoa/apps/native_app_window_cocoa.mm |
diff --git a/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.mm b/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.mm |
index 4e04d9e4fdcf01a15a7a12dc2faef81efcd6c40b..a841f946e20fea9f1c89a3ca5763f25551f56d8f 100644 |
--- a/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.mm |
+++ b/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.mm |
@@ -464,7 +464,7 @@ gfx::Rect NativeAppWindowCocoa::GetBounds() const { |
return bounds; |
} |
-void NativeAppWindowCocoa::Show() { |
+void NativeAppWindowCocoa::Show(bool user_gesture) { |
if (is_hidden_with_app_) { |
// If there is a shim to gently request attention, return here. Otherwise |
// show the window as usual. |