Index: ui/base/cocoa/focus_window_set.h |
diff --git a/ui/base/cocoa/focus_window_set.h b/ui/base/cocoa/focus_window_set.h |
index af9c25386b22ae13c6dbfa5e7aec8e1faa222528..d43ff2acf97e54efc5b85fccf839d79efe50ec4c 100644 |
--- a/ui/base/cocoa/focus_window_set.h |
+++ b/ui/base/cocoa/focus_window_set.h |
@@ -15,7 +15,8 @@ namespace ui { |
// Brings a group of windows to the front without changing their order, and |
// makes the frontmost one key and main. If none are visible, the frontmost |
// miniaturized window is deminiaturized. |
-UI_EXPORT void FocusWindowSet(const std::set<gfx::NativeWindow>& windows); |
+UI_EXPORT void FocusWindowSet(const std::set<gfx::NativeWindow>& windows, |
+ bool allow_workspace_switch); |
} // namespace ui |