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

Unified Diff: ui/base/ime/chromeos/ime_keyboard_ozone.h

Issue 872713006: Fix more {virtual,override,final} build failures for CrOS build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/chromeos/ime_keyboard_ozone.h
diff --git a/ui/base/ime/chromeos/ime_keyboard_ozone.h b/ui/base/ime/chromeos/ime_keyboard_ozone.h
index da2f8f54925298d3eb9d1b708c1521fbd280759a..f41d9a0c5dca16e8ebf3f4309b38379a0e36852d 100644
--- a/ui/base/ime/chromeos/ime_keyboard_ozone.h
+++ b/ui/base/ime/chromeos/ime_keyboard_ozone.h
@@ -22,18 +22,17 @@ namespace input_method {
class UI_BASE_EXPORT ImeKeyboardOzone : public ImeKeyboard {
public:
ImeKeyboardOzone(ui::InputController* controller);
- virtual ~ImeKeyboardOzone();
-
- virtual bool SetCurrentKeyboardLayoutByName(const std::string& layout_name)
- override;
- virtual bool SetAutoRepeatRate(const AutoRepeatRate& rate) override;
- virtual bool SetAutoRepeatEnabled(bool enabled) override;
- virtual bool GetAutoRepeatEnabled() override;
- virtual bool ReapplyCurrentKeyboardLayout() override;
- virtual void ReapplyCurrentModifierLockStatus() override;
- virtual void DisableNumLock() override;
- virtual void SetCapsLockEnabled(bool enable_caps_lock) override;
- virtual bool CapsLockIsEnabled() override;
+ ~ImeKeyboardOzone() override;
+
+ bool SetCurrentKeyboardLayoutByName(const std::string& layout_name) override;
+ bool SetAutoRepeatRate(const AutoRepeatRate& rate) override;
+ bool SetAutoRepeatEnabled(bool enabled) override;
+ bool GetAutoRepeatEnabled() override;
+ bool ReapplyCurrentKeyboardLayout() override;
+ void ReapplyCurrentModifierLockStatus() override;
+ void DisableNumLock() override;
+ void SetCapsLockEnabled(bool enable_caps_lock) override;
+ bool CapsLockIsEnabled() override;
private:
ui::InputController* input_controller_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698