Index: ash/system/ime/tray_ime.cc |
diff --git a/ash/system/ime/tray_ime.cc b/ash/system/ime/tray_ime.cc |
index 29aa9c032863dc0dc49f982fc1ac947d692cf566..26975de19b72df5ef770fff8b3e6368a97872015 100644 |
--- a/ash/system/ime/tray_ime.cc |
+++ b/ash/system/ime/tray_ime.cc |
@@ -158,7 +158,7 @@ class IMEDetailedView : public views::View, |
prop_find = property_map_.find(sender); |
if (prop_find != property_map_.end()) { |
const IMEPropertyInfo& prop = prop_find->second; |
- delegate->ActivateIMEProperty(prop.key, prop.is_selection); |
+ delegate->ActivateIMEProperty(prop.key); |
GetWidget()->Close(); |
} |
} |