Index: chrome/browser/ui/ash/property_util.cc |
diff --git a/chrome/browser/ui/ash/property_util.cc b/chrome/browser/ui/ash/property_util.cc |
index 810e79a00cd21b6660bdb9dc41fe28f88ac8510f..761a3a14f32298e07e458a30a6e2fec6ee100e2d 100644 |
--- a/chrome/browser/ui/ash/property_util.cc |
+++ b/chrome/browser/ui/ash/property_util.cc |
@@ -17,8 +17,6 @@ namespace { |
// Get the corresponding ui::Window property key for an aura::Window key. |
template <typename T> |
const char* GetMusProperty(const aura::WindowProperty<T>* aura_key) { |
- if (aura_key == ash::kShelfIconResourceIdKey) |
- return ui::mojom::WindowManager::kShelfIconResourceId_Property; |
if (aura_key == ash::kShelfItemTypeKey) |
return ui::mojom::WindowManager::kShelfItemType_Property; |
NOTREACHED(); |