1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 Polymer('host-pairing-screen', (function() {
8 /** @const */ var CALLBACK_CONTEXT_READY = 'contextReady';
11 onBeforeShow: function() {
12 Oobe.getInstance().headerHidden = true;
16 initialize: function() {
17 this.send(CALLBACK_CONTEXT_READY);