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

Unified Diff: ash/common/wm/container_finder.h

Issue 2287583002: mash: Fix crash when closing system tray menu (Closed)
Patch Set: Created 4 years, 4 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: ash/common/wm/container_finder.h
diff --git a/ash/common/wm/container_finder.h b/ash/common/wm/container_finder.h
index 12c5aabef88e05fbc61bf5e74a984ecb4c8a626b..e8e7683f8784b3f7b870c3c414da31127916f45a 100644
--- a/ash/common/wm/container_finder.h
+++ b/ash/common/wm/container_finder.h
@@ -17,7 +17,7 @@ class WmWindow;
namespace wm {
-// Returns the first ancestor of |window| that has a known type.
+// Returns the first ancestor of |window| that has a known container ID.
ASH_EXPORT WmWindow* GetContainerForWindow(WmWindow* window);
// Returns the parent to add |window| to in |context|. This is generally

Powered by Google App Engine
This is Rietveld 408576698