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

Side by Side Diff: chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.html

Issue 786023002: Remove hard-coded font families in WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the presubmit warnings. 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 unified diff | Download patch
OLDNEW
1 <link rel="import" href="chrome://oobe/custom_elements.html"> 1 <link rel="import" href="chrome://oobe/custom_elements.html">
2 <link rel="import" href="chrome://resources/polymer/core-animated-pages/core-ani mated-pages.html"> 2 <link rel="import" href="chrome://resources/polymer/core-animated-pages/core-ani mated-pages.html">
3 <link rel="import" href="chrome://resources/polymer/core-iconset-svg/core-iconse t-svg.html"> 3 <link rel="import" href="chrome://resources/polymer/core-iconset-svg/core-iconse t-svg.html">
4 <link rel="import" href="chrome://resources/polymer/core-item/core-item.html"> 4 <link rel="import" href="chrome://resources/polymer/core-item/core-item.html">
5 <link rel="import" href="chrome://resources/polymer/polymer/polymer.html"> 5 <link rel="import" href="chrome://resources/polymer/polymer/polymer.html">
6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
6 7
7 <core-iconset-svg id="host-pairing-icons" iconSize="48"> 8 <core-iconset-svg id="host-pairing-icons" iconSize="48">
8 <svg> 9 <svg>
9 <defs> 10 <defs>
10 <g id="cast"> 11 <g id="cast">
11 <include src="../../../../app/theme/cast_icon.svg"> 12 <include src="../../../../app/theme/cast_icon.svg">
12 </g> 13 </g>
13 </defs> 14 </defs>
14 </svg> 15 </svg>
15 </core-iconset-svg> 16 </core-iconset-svg>
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 <div id="device-label">{{C.deviceName}}</div> 73 <div id="device-label">{{C.deviceName}}</div>
73 </core-item> 74 </core-item>
74 <div id="illustration"></div> 75 <div id="illustration"></div>
75 </template> 76 </template>
76 </polymer-element> 77 </polymer-element>
77 78
78 <div class="step hidden no-logo fullscreen" id="host-pairing" hidden> 79 <div class="step hidden no-logo fullscreen" id="host-pairing" hidden>
79 <host-pairing-screen name="HostPairingScreen"></host-pairing-screen> 80 <host-pairing-screen name="HostPairingScreen"></host-pairing-screen>
80 </div> 81 </div>
81 82
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698