Index: chrome/browser/resources/chromeos/login/host-pairing-screen.html |
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.html b/chrome/browser/resources/chromeos/login/host-pairing-screen.html |
similarity index 92% |
copy from chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.html |
copy to chrome/browser/resources/chromeos/login/host-pairing-screen.html |
index bf354a58149b2560536b8cf60adf25a2958de4e1..32858deb4aceaee2808bf2e2f43f384f6cbb68d6 100644 |
--- a/chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.html |
+++ b/chrome/browser/resources/chromeos/login/host-pairing-screen.html |
@@ -3,7 +3,6 @@ |
<link rel="import" href="chrome://resources/polymer/core-iconset-svg/core-iconset-svg.html"> |
<link rel="import" href="chrome://resources/polymer/core-item/core-item.html"> |
<link rel="import" href="chrome://resources/polymer/polymer/polymer.html"> |
-<link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
<core-iconset-svg id="host-pairing-icons" iconSize="48"> |
<svg> |
@@ -75,8 +74,3 @@ |
<div id="illustration"></div> |
</template> |
</polymer-element> |
- |
-<div class="step hidden no-logo fullscreen" id="host-pairing" hidden> |
- <host-pairing-screen name="HostPairingScreen"></host-pairing-screen> |
-</div> |
- |