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

Unified Diff: ash/common/system/tray/system_tray_delegate.cc

Issue 2652793003: Add login screen locale and input method device policies (Closed)
Patch Set: Rebase. Created 3 years, 11 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/common/system/tray/system_tray_delegate.cc
diff --git a/ash/common/system/tray/system_tray_delegate.cc b/ash/common/system/tray/system_tray_delegate.cc
index e3ba5b9c9bdbc47c13ef25d54b2efd61f9660d8d..3e250babe6a1c6a3e47ada775e721790f098582f 100644
--- a/ash/common/system/tray/system_tray_delegate.cc
+++ b/ash/common/system/tray/system_tray_delegate.cc
@@ -86,6 +86,10 @@ void SystemTrayDelegate::GetAvailableIMEList(IMEInfoList* list) {}
void SystemTrayDelegate::GetCurrentIMEProperties(IMEPropertyInfoList* list) {}
+base::string16 SystemTrayDelegate::GetIMEManagedMessage() {
+ return base::string16();
+}
+
void SystemTrayDelegate::SwitchIME(const std::string& ime_id) {}
void SystemTrayDelegate::ActivateIMEProperty(const std::string& key) {}

Powered by Google App Engine
This is Rietveld 408576698