| OLD | NEW |
| 1 <link rel="import" href="polymer/core-item/core-item.html"> | 1 <link rel="import" href="chrome://oobe/custom_elements.html"> |
| 2 <link rel="import" href="polymer/core-animated-pages/core-animated-pages.html"> | 2 <link rel="import" href="polymer/core-animated-pages/core-animated-pages.html"> |
| 3 <link rel="import" href="polymer/core-iconset-svg/core-iconset-svg.html"> | 3 <link rel="import" href="polymer/core-iconset-svg/core-iconset-svg.html"> |
| 4 <link rel="import" href="polymer/core-item/core-item.html"> |
| 4 <link rel="import" href="polymer/polymer/polymer.html"> | 5 <link rel="import" href="polymer/polymer/polymer.html"> |
| 5 | 6 |
| 6 <core-iconset-svg id="host-pairing-icons" iconSize="48"> | 7 <core-iconset-svg id="host-pairing-icons" iconSize="48"> |
| 7 <svg> | 8 <svg> |
| 8 <defs> | 9 <defs> |
| 9 <g id="cast"> | 10 <g id="cast"> |
| 10 <include src="../../../../app/theme/cast_icon.svg"> | 11 <include src="../../../../app/theme/cast_icon.svg"> |
| 11 </g> | 12 </g> |
| 12 </defs> | 13 </defs> |
| 13 </svg> | 14 </svg> |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 <div id="device-label">{{C.deviceName}}</div> | 72 <div id="device-label">{{C.deviceName}}</div> |
| 72 </core-item> | 73 </core-item> |
| 73 <div id="illustration"></div> | 74 <div id="illustration"></div> |
| 74 </template> | 75 </template> |
| 75 </polymer-element> | 76 </polymer-element> |
| 76 | 77 |
| 77 <div class="step hidden no-logo fullscreen" id="host-pairing" hidden> | 78 <div class="step hidden no-logo fullscreen" id="host-pairing" hidden> |
| 78 <host-pairing-screen name="HostPairingScreen"></host-pairing-screen> | 79 <host-pairing-screen name="HostPairingScreen"></host-pairing-screen> |
| 79 </div> | 80 </div> |
| 80 | 81 |
| OLD | NEW |