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

Unified Diff: ash/mus/window_manager.cc

Issue 2558963002: Move shelf item tooltip flag from delegate to item. (Closed)
Patch Set: Cleanup 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: ash/mus/window_manager.cc
diff --git a/ash/mus/window_manager.cc b/ash/mus/window_manager.cc
index 53f0f6763bff8654f9cc087dcb2c7678d8efc7f6..e1f9d5d838797f3e22c53a4dd1c92245c207dcbd 100644
--- a/ash/mus/window_manager.cc
+++ b/ash/mus/window_manager.cc
@@ -85,6 +85,8 @@ WindowManager::WindowManager(service_manager::Connector* connector)
screen_position_controller_(
base::MakeUnique<ScreenPositionController>()) {
property_converter_->RegisterProperty(
+ kPanelAttachedKey, ui::mojom::WindowManager::kPanelAttached_Property);
+ property_converter_->RegisterProperty(
kRenderTitleAreaProperty,
ui::mojom::WindowManager::kRenderParentTitleArea_Property);
property_converter_->RegisterProperty(

Powered by Google App Engine
This is Rietveld 408576698