| Index: chrome/browser/ui/webui/chromeos/login/host_pairing_screen_handler.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/login/host_pairing_screen_handler.cc b/chrome/browser/ui/webui/chromeos/login/host_pairing_screen_handler.cc
|
| index 0dc1b55aa36b5316f8bc04ce4077676c54d9c9a2..1f378848c6e63ad59b9cc43edd5765c7412f29a0 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/host_pairing_screen_handler.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/login/host_pairing_screen_handler.cc
|
| @@ -26,7 +26,8 @@ const char kCallbackContextReady[] = "contextReady";
|
|
|
| } // namespace
|
|
|
| -HostPairingScreenHandler::HostPairingScreenHandler() {
|
| +HostPairingScreenHandler::HostPairingScreenHandler()
|
| + : BaseScreenHandler(kScreenId) {
|
| set_call_js_prefix(kJsScreenPath);
|
| }
|
|
|
| @@ -95,7 +96,7 @@ void HostPairingScreenHandler::Show() {
|
| show_on_init_ = true;
|
| return;
|
| }
|
| - ShowScreen(OobeScreen::SCREEN_OOBE_HOST_PAIRING);
|
| + ShowScreen(kScreenId);
|
| }
|
|
|
| void HostPairingScreenHandler::Hide() {
|
|
|