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

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: 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
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..9b62a88e162403b225b3123c5955d8bf714f1237 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.js
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.js
@@ -24,21 +24,3 @@ login.createScreen('HostPairingScreen', 'host-pairing', function() {
}
};
});
-
-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);
- }
- };
-})());
-
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698