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

Unified Diff: ash/system/tray/system_tray_delegate.h

Issue 9999018: chrome/browser/chromeos/input_method/ refactoring [part 6 of 6] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, remove |should_hide_properties_| 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/tray/system_tray_delegate.h
diff --git a/ash/system/tray/system_tray_delegate.h b/ash/system/tray/system_tray_delegate.h
index dbc57221628dfbfb6f95bf126a883a9efdf15534..bf6c25bd0fe0d8cd1a78262e57b5378f7034e5a5 100644
--- a/ash/system/tray/system_tray_delegate.h
+++ b/ash/system/tray/system_tray_delegate.h
@@ -158,10 +158,8 @@ class SystemTrayDelegate {
// Switches to the selected input method.
virtual void SwitchIME(const std::string& ime_id) = 0;
- // Activates an IME property. Specify true to |is_selection| if it's a
- // selection item.
- virtual void ActivateIMEProperty(
- const std::string& key, bool is_selection) = 0;
+ // Activates an IME property.
+ virtual void ActivateIMEProperty(const std::string& key) = 0;
// Returns information about the most relevant network. Relevance is
// determined by the implementor (e.g. a connecting network may be more

Powered by Google App Engine
This is Rietveld 408576698