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

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

Issue 2626123002: [i18n] chromeos login i18n-content to $i18n{} (Closed)
Patch Set: nit Created 3 years, 11 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 unified diff | Download patch
OLDNEW
1 <!-- Copyright 2015 The Chromium Authors. All rights reserved. 1 <!-- Copyright 2015 The Chromium Authors. All rights reserved.
2 Use of this source code is governed by a BSD-style license that can be 2 Use of this source code is governed by a BSD-style license that can be
3 found in the LICENSE file. --> 3 found in the LICENSE file. -->
4 4
5 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classe s/iron-flex-layout.html"> 5 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classe s/iron-flex-layout.html">
6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-progress/paper-pr ogress.html"> 6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-progress/paper-pr ogress.html">
7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html "> 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html ">
8 <link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html"> 8 <link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
9 9
10 <!-- 10 <!--
(...skipping 24 matching lines...) Expand all
35 </div> 35 </div>
36 <div class="gaia-footer flex vertical layout"> 36 <div class="gaia-footer flex vertical layout">
37 <div class="footer-container flex vertical layout"> 37 <div class="footer-container flex vertical layout">
38 <content select=".footer"></content> 38 <content select=".footer"></content>
39 </div> 39 </div>
40 <div id="bottom-overlay" class="overlay"></div> 40 <div id="bottom-overlay" class="overlay"></div>
41 </div> 41 </div>
42 <div id="full-overlay" class="overlay"></div> 42 <div id="full-overlay" class="overlay"></div>
43 </template> 43 </template>
44 </dom-module> 44 </dom-module>
45
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/gaia_buttons.js ('k') | chrome/browser/resources/chromeos/login/gaia_header.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698