Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / login / oobe_screen_controller_pairing.js
blobcc50c3c554ef3b1cf98e8dcefc4d12399fadbaba
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 /**
6  * @fileoverview controller pairing screen implementation.
7  */
9 login.createScreen('ControllerPairingScreen', 'controller-pairing', function() {
10   return {
11     decorate: function() {
12       this.children[0].decorate(this);
13     }
14   };
15 });