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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.js

Issue 819633002: Rearanged imports of custom Polymer elements in OOBE. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/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);
- }
- };
-})());
-

Powered by Google App Engine
This is Rietveld 408576698