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

Unified Diff: chrome/browser/resources/chromeos/login/host-pairing-screen.html

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/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..1555f9f0872f2e5176a8dc5ddd859977ce3f244f 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>
@@ -76,7 +75,3 @@
</template>
</polymer-element>
ygorshenin1 2014/12/22 16:48:58 could you please remove blank line #77?
dzhioev (left Google) 2014/12/22 17:48:33 Done.
-<div class="step hidden no-logo fullscreen" id="host-pairing" hidden>
- <host-pairing-screen name="HostPairingScreen"></host-pairing-screen>
-</div>
-

Powered by Google App Engine
This is Rietveld 408576698