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

Unified Diff: ash/system/tray_caps_lock.h

Issue 2925353002: Implement sync of keyboard layout between Ozone and Wayland clients (Closed)
Patch Set: Rebase on master Created 3 years, 6 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 | chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray_caps_lock.h
diff --git a/ash/system/tray_caps_lock.h b/ash/system/tray_caps_lock.h
index 8c86411b585723734f1e50dbcc0d68fe6022a9fe..dbf99959d7b6f7199203fb20af951977bdf59b24 100644
--- a/ash/system/tray_caps_lock.h
+++ b/ash/system/tray_caps_lock.h
@@ -24,8 +24,9 @@ class TrayCapsLock : public TrayImageItem,
~TrayCapsLock() override;
private:
- // Overriden from chromeos::input_method::ImeKeyboard::Observer:
+ // Overridden from chromeos::input_method::ImeKeyboard::Observer:
void OnCapsLockChanged(bool enabled) override;
+ void OnLayoutChanging(const std::string& layout_name) override {}
// Overridden from TrayImageItem.
bool GetInitialVisibility() override;
« no previous file with comments | « no previous file | chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698