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

Unified Diff: ash/system/ime/tray_ime.cc

Issue 9999018: chrome/browser/chromeos/input_method/ refactoring [part 6 of 6] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fix Created 8 years, 8 months 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/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();
}
}

Powered by Google App Engine
This is Rietveld 408576698