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

Unified Diff: ui/login/display_manager.js

Issue 2814863002: cros: Allow JS to control virtual keyboard on sign-in screen. (Closed)
Patch Set: Remove login_display_host_impl.cc keyboard logic Created 3 years, 8 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 | « ui/keyboard/keyboard_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/display_manager.js
diff --git a/ui/login/display_manager.js b/ui/login/display_manager.js
index 590a72d01b754de0b7b0fdd6040ba7b8e7247528..f90e29faa2029a61738aaae16763d9495de8b7c5 100644
--- a/ui/login/display_manager.js
+++ b/ui/login/display_manager.js
@@ -267,11 +267,6 @@ cr.define('cr.ui.login', function() {
$('login-header-bar').hidden = hidden;
},
- set pinHidden(hidden) {
- this.virtualKeyboardShown = hidden;
- $('pod-row').setFocusedPodPinVisibility(!hidden);
- },
-
/**
* Sets the current size of the client area (display size).
* @param {number} width client area width
« no previous file with comments | « ui/keyboard/keyboard_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698