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

Unified Diff: chrome/browser/ui/ash/system_tray_delegate_chromeos.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: chrome/browser/ui/ash/system_tray_delegate_chromeos.h
diff --git a/chrome/browser/ui/ash/system_tray_delegate_chromeos.h b/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
index 9b75ea67984a56f53c99799d99b01095c33a2e33..db7841ece31ed1b9d5fc51981b69f4a24a70cd3a 100644
--- a/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
+++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
@@ -94,6 +94,7 @@ class SystemTrayDelegateChromeOS
void GetCurrentIME(ash::IMEInfo* info) override;
void GetAvailableIMEList(ash::IMEInfoList* list) override;
void GetCurrentIMEProperties(ash::IMEPropertyInfoList* list) override;
+ base::string16 GetIMEManagedMessage() override;
void SwitchIME(const std::string& ime_id) override;
void ActivateIMEProperty(const std::string& key) override;
void ManageBluetoothDevices() override;

Powered by Google App Engine
This is Rietveld 408576698