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

Unified Diff: chrome/browser/ui/webui/chromeos/login/hid_detection_screen_handler.cc

Issue 319503002: Better status notification for HID detection OOBe screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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: chrome/browser/ui/webui/chromeos/login/hid_detection_screen_handler.cc
diff --git a/chrome/browser/ui/webui/chromeos/login/hid_detection_screen_handler.cc b/chrome/browser/ui/webui/chromeos/login/hid_detection_screen_handler.cc
index 2887f257ba467d62aea490fb240170b52139fae8..69ec08c4e83811692c10948be81f6ff594f2a078 100644
--- a/chrome/browser/ui/webui/chromeos/login/hid_detection_screen_handler.cc
+++ b/chrome/browser/ui/webui/chromeos/login/hid_detection_screen_handler.cc
@@ -498,8 +498,10 @@ void HIDDetectionScreenHandler::BTConnectError(
<< " error code = " << error_code;
if (DeviceIsPointing(device_type))
mouse_is_pairing_ = false;
- if (DeviceIsKeyboard(device_type))
+ if (DeviceIsKeyboard(device_type)) {
keyboard_is_pairing_ = false;
+ SendKeyboardDeviceNotification(NULL);
+ }
if (pointing_device_id_.empty() || keyboard_device_id_.empty())
UpdateDevices();
« 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