| Index: trunk/src/chrome/browser/ui/webui/chromeos/login/hid_detection_screen_handler.h
|
| ===================================================================
|
| --- trunk/src/chrome/browser/ui/webui/chromeos/login/hid_detection_screen_handler.h (revision 276694)
|
| +++ trunk/src/chrome/browser/ui/webui/chromeos/login/hid_detection_screen_handler.h (working copy)
|
| @@ -27,8 +27,6 @@
|
|
|
| namespace chromeos {
|
|
|
| -class CoreOobeActor;
|
| -
|
| // WebUI implementation of HIDDetectionScreenActor.
|
| class HIDDetectionScreenHandler
|
| : public HIDDetectionScreenActor,
|
| @@ -39,7 +37,7 @@
|
| public:
|
| typedef device::InputServiceLinux::InputDeviceInfo InputDeviceInfo;
|
|
|
| - explicit HIDDetectionScreenHandler(CoreOobeActor* core_oobe_actor);
|
| + HIDDetectionScreenHandler();
|
| virtual ~HIDDetectionScreenHandler();
|
|
|
| // HIDDetectionScreenActor implementation:
|
| @@ -145,8 +143,6 @@
|
|
|
| Delegate* delegate_;
|
|
|
| - CoreOobeActor* core_oobe_actor_;
|
| -
|
| // Keeps whether screen should be shown right after initialization.
|
| bool show_on_init_;
|
|
|
|
|