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

Unified Diff: ash/virtual_keyboard_controller.h

Issue 800933002: Turns on smart deployment of the virtual keyboard by default, and changes the flag to allow easy di… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address reviewer feedback. Created 6 years 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/virtual_keyboard_controller.h
diff --git a/ash/virtual_keyboard_controller.h b/ash/virtual_keyboard_controller.h
index 811a247f06048289515c9c09038350cefeaf3e3d..2dbf9a166b1af59a87d4aaf897e94d93e4f39e5f 100644
--- a/ash/virtual_keyboard_controller.h
+++ b/ash/virtual_keyboard_controller.h
@@ -37,6 +37,9 @@ class ASH_EXPORT VirtualKeyboardController
// Updates the list of active input devices.
void UpdateDevices();
+ // Checks whether smart deployment is enabled.
+ bool IsSmartVirtualKeyboardEnabled();
sky 2014/12/15 15:50:53 This function doesn't need any state from VirtualK
rsadam 2014/12/15 16:29:40 Done.
+
// Updates the keyboard state.
void UpdateKeyboardEnabled();
« no previous file with comments | « ash/system/chromeos/virtual_keyboard/tray_keyboard_lock_unittest.cc ('k') | ash/virtual_keyboard_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698