Chromium Code Reviews| Index: chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.js |
| diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.js b/chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.js |
| index 32beec2ffc3c8f9d7e5f9b3b9ed4379b28839d0c..c9c18d7c75fa8d19d0b11228a6c20ee3bd0d66c5 100644 |
| --- a/chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.js |
| +++ b/chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.js |
| @@ -25,20 +25,3 @@ login.createScreen('HostPairingScreen', 'host-pairing', function() { |
| }; |
| }); |
|
ygorshenin1
2014/12/22 16:48:58
nit: could you please remove blank line #27?
dzhioev (left Google)
2014/12/22 17:48:33
Done.
|
| -Polymer('host-pairing-screen', (function() { |
| - 'use strict'; |
| - |
| - /** @const */ var CALLBACK_CONTEXT_READY = 'contextReady'; |
| - |
| - return { |
| - onBeforeShow: function() { |
| - Oobe.getInstance().headerHidden = true; |
| - }, |
| - |
| - /** @override */ |
| - initialize: function() { |
| - this.send(CALLBACK_CONTEXT_READY); |
| - } |
| - }; |
| -})()); |
| - |