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

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

Issue 1179323005: Polymer upgraded to 1.0 in login flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@polymer_pre_migration
Patch Set: Comments addressed. Created 5 years, 6 months 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/oobe-screen.html
diff --git a/chrome/browser/resources/chromeos/login/oobe-screen.html b/chrome/browser/resources/chromeos/login/oobe-screen.html
index 145ef7bb9cab5ebdf51b0168e644354038b45fa5..aba00ff36e7922c794eff82a379a919a79bd2a62 100644
--- a/chrome/browser/resources/chromeos/login/oobe-screen.html
+++ b/chrome/browser/resources/chromeos/login/oobe-screen.html
@@ -1,3 +1,6 @@
-<link rel="import" href="chrome://resources/polymer/polymer/polymer.html">
+<!-- Copyright 2015 The Chromium Authors. All rights reserved.
+ Use of this source code is governed by a BSD-style license that can be
+ found in the LICENSE file. -->
+
+<link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
-<polymer-element name="oobe-screen" attributes="name"></polymer-element>

Powered by Google App Engine
This is Rietveld 408576698