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

Unified Diff: chrome/browser/chromeos/login/ui/lock_window.cc

Issue 371923002: cros: Fixes the text input focus when screen is locked. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changed to use WidgetDelegate::GetInitiallyFocusedView. Created 6 years, 5 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 | « chrome/browser/chromeos/login/ui/lock_window.h ('k') | chrome/browser/chromeos/login/ui/lock_window_aura.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/ui/lock_window.cc
diff --git a/chrome/browser/chromeos/login/ui/lock_window.cc b/chrome/browser/chromeos/login/ui/lock_window.cc
index 79769017264bd17b35c1289658c0fd9d86784e7d..5a609c8ece2e370c356d8f903fb1015ff4cb44fc 100644
--- a/chrome/browser/chromeos/login/ui/lock_window.cc
+++ b/chrome/browser/chromeos/login/ui/lock_window.cc
@@ -8,7 +8,7 @@
namespace chromeos {
-LockWindow::LockWindow() : observer_(NULL) {
+LockWindow::LockWindow() : observer_(NULL), initially_focused_view_(NULL) {
}
} // namespace chromeos
« no previous file with comments | « chrome/browser/chromeos/login/ui/lock_window.h ('k') | chrome/browser/chromeos/login/ui/lock_window_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698