| Index: chrome/browser/ui/webui/chromeos/login/controller_pairing_screen_handler.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/login/controller_pairing_screen_handler.cc b/chrome/browser/ui/webui/chromeos/login/controller_pairing_screen_handler.cc
|
| index 43c3b89c7ba2c4c8e886df6713a241241835722d..4446044554a1801642f5d1757145d88f0b687ca1 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/controller_pairing_screen_handler.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/login/controller_pairing_screen_handler.cc
|
| @@ -30,8 +30,8 @@ bool IsBootstrappingMaster() {
|
|
|
| } // namespace
|
|
|
| -ControllerPairingScreenHandler::ControllerPairingScreenHandler()
|
| - : BaseScreenHandler(kJsScreenPath), delegate_(NULL), show_on_init_(false) {
|
| +ControllerPairingScreenHandler::ControllerPairingScreenHandler() {
|
| + set_call_js_prefix(kJsScreenPath);
|
| }
|
|
|
| ControllerPairingScreenHandler::~ControllerPairingScreenHandler() {
|
|
|