| 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 30acb8ef6a1964a518b30db0a843ce01d25645ee..420d76a72ad43178c1d07e6f1cf3d679edf4d97c 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,11 +26,8 @@ const char kCallbackContextReady[] = "contextReady";
|
|
|
| } // namespace
|
|
|
| -HostPairingScreenHandler::HostPairingScreenHandler()
|
| - : BaseScreenHandler(kJsScreenPath),
|
| - delegate_(NULL),
|
| - show_on_init_(false),
|
| - js_context_ready_(false) {
|
| +HostPairingScreenHandler::HostPairingScreenHandler() {
|
| + set_call_js_prefix(kJsScreenPath);
|
| }
|
|
|
| HostPairingScreenHandler::~HostPairingScreenHandler() {
|
|
|