Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3474)

Unified Diff: chrome/browser/resources/chromeos/login/controller-pairing-screen.js

Issue 819633002: Rearanged imports of custom Polymer elements in OOBE. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits. Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/login/controller-pairing-screen.js
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_controller_pairing.js b/chrome/browser/resources/chromeos/login/controller-pairing-screen.js
similarity index 91%
copy from chrome/browser/resources/chromeos/login/oobe_screen_controller_pairing.js
copy to chrome/browser/resources/chromeos/login/controller-pairing-screen.js
index 9f0b233f60f3ec5be875885f2da2928a78041b1d..4a9cca76ccc3e0d63478d1e2b55df7b5bf285d77 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_controller_pairing.js
+++ b/chrome/browser/resources/chromeos/login/controller-pairing-screen.js
@@ -2,18 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-/**
- * @fileoverview controller pairing screen implementation.
- */
-
-login.createScreen('ControllerPairingScreen', 'controller-pairing', function() {
- return {
- decorate: function() {
- this.children[0].decorate(this);
- }
- };
-});
-
Polymer('pairing-device-list', (function() {
/** @const */ var ICON_COLORS = ['#F0B9CB', '#F0ACC3', '#F098B6', '#F084A9',
'#F06D99', '#F05287', '#F0467F', '#F03473',

Powered by Google App Engine
This is Rietveld 408576698