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

Unified Diff: trunk/src/chrome/browser/ui/webui/chromeos/login/hid_detection_screen_handler.h

Issue 335643003: Revert 276656 "Flag covering HID-detection OOBE screen removed." (Closed) Base URL: svn://svn.chromium.org/chrome/
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
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_;

Powered by Google App Engine
This is Rietveld 408576698