Index: chrome/browser/ui/webui/chromeos/login/hid_detection_screen_handler.h |
diff --git a/chrome/browser/ui/webui/chromeos/login/hid_detection_screen_handler.h b/chrome/browser/ui/webui/chromeos/login/hid_detection_screen_handler.h |
index ac3ad745ce01e6974b9e739be9fe61a6de42db4b..f99074517afbc4ada018cdd42b8a34deea6bf191 100644 |
--- a/chrome/browser/ui/webui/chromeos/login/hid_detection_screen_handler.h |
+++ b/chrome/browser/ui/webui/chromeos/login/hid_detection_screen_handler.h |
@@ -27,6 +27,8 @@ class DictionaryValue; |
namespace chromeos { |
+class CoreOobeActor; |
+ |
// WebUI implementation of HIDDetectionScreenActor. |
class HIDDetectionScreenHandler |
: public HIDDetectionScreenActor, |
@@ -37,7 +39,7 @@ class HIDDetectionScreenHandler |
public: |
typedef device::InputServiceLinux::InputDeviceInfo InputDeviceInfo; |
- HIDDetectionScreenHandler(); |
+ explicit HIDDetectionScreenHandler(CoreOobeActor* core_oobe_actor); |
virtual ~HIDDetectionScreenHandler(); |
// HIDDetectionScreenActor implementation: |
@@ -143,6 +145,8 @@ class HIDDetectionScreenHandler |
Delegate* delegate_; |
+ CoreOobeActor* core_oobe_actor_; |
+ |
// Keeps whether screen should be shown right after initialization. |
bool show_on_init_; |