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

Unified Diff: ash/system/tray_caps_lock.h

Issue 2925353002: Implement sync of keyboard layout between Ozone and Wayland clients (Closed)
Patch Set: Fix -Wall build failure 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
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..54cd678d2a2986825c96f330b31cd96d225f1fc0 100644
--- a/ash/system/tray_caps_lock.h
+++ b/ash/system/tray_caps_lock.h
@@ -24,9 +24,12 @@ 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;
+ // Overridden from chromeos::input_method::ImeKeyboard::Observer:
sadrul 2017/06/14 03:16:53 You don't need this comment for each function. Jus
jclinton 2017/06/14 15:49:03 Done.
+ void OnLayoutChanging(const std::string& layout_name) override {}
+
// Overridden from TrayImageItem.
bool GetInitialVisibility() override;
views::View* CreateDefaultView(LoginStatus status) override;

Powered by Google App Engine
This is Rietveld 408576698