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

Unified Diff: ash/common/keyboard/keyboard_ui_observer.h

Issue 2201323002: Simplify VirtualKeyboardTray (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added some comments Created 4 years, 4 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/keyboard/keyboard_ui_observer.h
diff --git a/ash/common/keyboard/keyboard_ui_observer.h b/ash/common/keyboard/keyboard_ui_observer.h
index b3147c9e8eccc8379a2ea56f08c82520122b27c8..a0dc24153a93a83766e73858b464bb32d1c34ced 100644
--- a/ash/common/keyboard/keyboard_ui_observer.h
+++ b/ash/common/keyboard/keyboard_ui_observer.h
@@ -12,7 +12,7 @@ namespace ash {
class ASH_EXPORT KeyboardUIObserver {
public:
- virtual void OnKeyboardEnabledStateChanged(bool new_value) = 0;
+ virtual void OnKeyboardEnabledStateChanged(bool new_enabled) = 0;
protected:
virtual ~KeyboardUIObserver() {}
« no previous file with comments | « ash/common/keyboard/keyboard_ui.cc ('k') | ash/common/system/chromeos/virtual_keyboard/virtual_keyboard_tray.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698