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

Unified Diff: ash/shell.cc

Issue 9835045: Support IME properties in uber tray. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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
« no previous file with comments | « no previous file | ash/system/ime/tray_ime.cc » ('j') | ash/system/ime/tray_ime.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index 406d3a82c096653997ab7aab8cb960606d6470bd..54ccec6b04df720d4926a9ef7b3c7340db8e28c3 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -357,9 +357,15 @@ class DummySystemTrayDelegate : public SystemTrayDelegate {
virtual void GetAvailableIMEList(IMEInfoList* list) OVERRIDE {
}
+ virtual void GetCurrentIMEProperties(IMEPropertyInfoList* list) OVERRIDE {
+ }
+
virtual void SwitchIME(const std::string& ime_id) OVERRIDE {
}
+ virtual void ActivateIMEProperty(const std::string& key) OVERRIDE {
+ }
+
virtual void GetMostRelevantNetworkIcon(NetworkIconInfo* info,
bool large) OVERRIDE {
}
« no previous file with comments | « no previous file | ash/system/ime/tray_ime.cc » ('j') | ash/system/ime/tray_ime.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698