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

Unified Diff: chrome/browser/ui/webui/chromeos/login/oobe_ui.h

Issue 2740953006: cros: WIP patch to remove DeviceDisabledScreenView.
Patch Set: Created 3 years, 9 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: chrome/browser/ui/webui/chromeos/login/oobe_ui.h
diff --git a/chrome/browser/ui/webui/chromeos/login/oobe_ui.h b/chrome/browser/ui/webui/chromeos/login/oobe_ui.h
index 40f5af86810498b25cdcab063d5cb610aa07233d..28d0a61df03dbc6f9dc39eec174c35709a85b547 100644
--- a/chrome/browser/ui/webui/chromeos/login/oobe_ui.h
+++ b/chrome/browser/ui/webui/chromeos/login/oobe_ui.h
@@ -36,7 +36,6 @@ class AutoEnrollmentCheckScreenView;
class BaseScreenHandler;
class ControllerPairingScreenView;
class CoreOobeView;
-class DeviceDisabledScreenView;
class EnrollmentScreenView;
class EulaView;
class ErrorScreen;
@@ -112,7 +111,6 @@ class OobeUI : public content::WebUIController,
HIDDetectionView* GetHIDDetectionView();
ControllerPairingScreenView* GetControllerPairingScreenView();
HostPairingScreenView* GetHostPairingScreenView();
- DeviceDisabledScreenView* GetDeviceDisabledScreenView();
GaiaView* GetGaiaScreenView();
UserBoardView* GetUserBoardView();

Powered by Google App Engine
This is Rietveld 408576698