| Index: ui/aura/mus/property_converter.cc
|
| diff --git a/ui/aura/mus/property_converter.cc b/ui/aura/mus/property_converter.cc
|
| index 7207ac84844ba526649f8ba18dcecfa47bc40523..875ec3dca0d8a41d0f911f47e8482ccd8de9f264 100644
|
| --- a/ui/aura/mus/property_converter.cc
|
| +++ b/ui/aura/mus/property_converter.cc
|
| @@ -34,8 +34,6 @@ PropertyConverter::PropertyConverter() {
|
| ui::mojom::WindowManager::kAlwaysOnTop_Property);
|
| RegisterProperty(client::kAppIdKey,
|
| ui::mojom::WindowManager::kAppID_Property);
|
| - RegisterProperty(client::kExcludeFromMruKey,
|
| - ui::mojom::WindowManager::kExcludeFromMru_Property);
|
| RegisterProperty(client::kNameKey, ui::mojom::WindowManager::kName_Property);
|
| RegisterProperty(client::kPreferredSize,
|
| ui::mojom::WindowManager::kPreferredSize_Property);
|
|
|