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

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

Issue 2576533003: Converts some services to use aura-mus (Closed)
Patch Set: remove log Created 4 years 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: ui/views/widget/desktop_aura/desktop_native_widget_aura.h
diff --git a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
index 81f575ac55581e5a567996f666363baf53f5a137..e45eb4d50a03d1f76c13a21e2424e2676b60b2d2 100644
--- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
+++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
@@ -91,6 +91,8 @@ class VIEWS_EXPORT DesktopNativeWidgetAura
aura::Window* content_window() { return content_window_; }
+ Widget::InitParams::Type widget_type() const { return widget_type_; }
+
// Ensures that the correct window is activated/deactivated based on whether
// we are being activated/deactivated.
void HandleActivationChanged(bool active);
« no previous file with comments | « ui/views/mus/pointer_watcher_event_router2.cc ('k') | ui/views/widget/desktop_aura/desktop_native_widget_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698