Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(256)

Unified Diff: services/ui/public/cpp/window.cc

Issue 2391853002: Makes mus not bring window to front on activation changes (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: services/ui/public/cpp/window.cc
diff --git a/services/ui/public/cpp/window.cc b/services/ui/public/cpp/window.cc
index 4257c0c4ec169f689b64e879cce47d65b1c6e554..a4829ea3a284b6a1b6c9f17f449e9be61fb4f6ae 100644
--- a/services/ui/public/cpp/window.cc
+++ b/services/ui/public/cpp/window.cc
@@ -880,7 +880,6 @@ void Window::ReorderWithoutNotification(Window* window,
}
// static
-// Returns true if the order actually changed.
bool Window::ReorderImpl(Window* window,
Window* relative,
mojom::OrderDirection direction,

Powered by Google App Engine
This is Rietveld 408576698