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

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

Issue 2652793003: Add login screen locale and input method device policies (Closed)
Patch Set: Rebase. Created 3 years, 10 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.h
diff --git a/ash/common/system/tray/system_tray_delegate.h b/ash/common/system/tray/system_tray_delegate.h
index 2c19d6d82d186c80b3591e83f0e4abf0458affbe..eb99683ab4b4713264980bb505f39abcf2b8b2ee 100644
--- a/ash/common/system/tray/system_tray_delegate.h
+++ b/ash/common/system/tray/system_tray_delegate.h
@@ -141,6 +141,9 @@ class ASH_EXPORT SystemTrayDelegate {
// Returns a list of properties for the currently selected IME.
virtual void GetCurrentIMEProperties(IMEPropertyInfoList* list);
+ // Returns a non-empty string if IMEs are managed by policy.
+ virtual base::string16 GetIMEManagedMessage();
+
// Switches to the selected input method.
virtual void SwitchIME(const std::string& ime_id);

Powered by Google App Engine
This is Rietveld 408576698