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

Unified Diff: ui/views/widget/widget.h

Issue 588113002: Change Widget::GetAllOwnedWidgets to return child widgets as well (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@aid_resilient_to_uninstall_and_profile_changes
Patch Set: Merged functions back together Created 6 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
« no previous file with comments | « ui/views/widget/native_widget_aura.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/widget.h
diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
index 08ab9398eb591245cc288d4a01998f31e11344c9..e6cf7b8d5d9cf8d66aec4295abfb7a97600dcede 100644
--- a/ui/views/widget/widget.h
+++ b/ui/views/widget/widget.h
@@ -318,7 +318,7 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
static void GetAllChildWidgets(gfx::NativeView native_view,
Widgets* children);
- // Returns all non-child Widgets owned by |native_view|.
+ // Returns all Widgets owned by |native_view|, not including itself.
sky 2014/10/23 16:58:31 Explicitly say this includes all child widgets too
sashab 2014/10/24 01:03:56 Was thinking about this :) Done.
static void GetAllOwnedWidgets(gfx::NativeView native_view,
Widgets* owned);
« no previous file with comments | « ui/views/widget/native_widget_aura.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698