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

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

Issue 2710673003: cros: Remove usage of GaiaScreenHandler outside of login/webui. (Closed)
Patch Set: Initial upload Created 3 years, 10 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 eb7294fa8544f1cac9ceb845ecbf5aace5a36287..f1ec58346e2066c6b71d6ff9511f920fc786fa78 100644
--- a/chrome/browser/ui/webui/chromeos/login/oobe_ui.h
+++ b/chrome/browser/ui/webui/chromeos/login/oobe_ui.h
@@ -41,6 +41,7 @@ class EnrollmentScreenView;
class EulaView;
class ErrorScreen;
class ErrorScreenHandler;
+class GaiaView;
class GaiaScreenHandler;
class HIDDetectionView;
class HostPairingScreenView;
@@ -116,7 +117,7 @@ class OobeUI : public content::WebUIController,
ControllerPairingScreenView* GetControllerPairingScreenView();
HostPairingScreenView* GetHostPairingScreenView();
DeviceDisabledScreenView* GetDeviceDisabledScreenView();
- GaiaScreenHandler* GetGaiaScreenView();
+ GaiaView* GetGaiaScreenView();
UserBoardView* GetUserBoardView();
// ShutdownPolicyHandler::Delegate
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc ('k') | chrome/browser/ui/webui/chromeos/login/oobe_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698