| Index: chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc
|
| diff --git a/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc b/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc
|
| index e3367cc6e6974d55d5ee0029bb10c2dc9ec4980e..0452f4566d5c5dc346e181617b835f51d4c1c547 100644
|
| --- a/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc
|
| +++ b/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc
|
| @@ -53,6 +53,8 @@ void ChromeBrowserMainExtraPartsAsh::ServiceManagerConnectionStarted(
|
| ash::kPanelAttachedKey,
|
| ui::mojom::WindowManager::kPanelAttached_Property,
|
| aura::PropertyConverter::CreateAcceptAnyValueCallback());
|
| + converter->RegisterProperty(ash::kShelfIDKey,
|
| + ui::mojom::WindowManager::kShelfID_Property);
|
| converter->RegisterProperty(
|
| ash::kShelfItemTypeKey,
|
| ui::mojom::WindowManager::kShelfItemType_Property,
|
|
|