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

Side by Side Diff: chrome/browser/resources/cloud_print/cloud_print_setup_login.html

Issue 9689075: Move some resources to a proper location. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Separated icon addition. Created 8 years, 9 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <head> 3 <head>
4 <title></title> 4 <title></title>
5 <link rel="stylesheet" type="text/css" href="cloud_print_setup_login.css" /> 5 <link rel="stylesheet" type="text/css" href="cloud_print_setup_login.css" />
6 <script src="chrome://resources/js/cr.js"></script> 6 <script src="chrome://resources/js/cr.js"></script>
7 <script src="chrome://resources/js/util.js"></script> 7 <script src="chrome://resources/js/util.js"></script>
8 <script type="text/javascript" src="cloud_print_setup_login.js"></script> 8 <script type="text/javascript" src="cloud_print_setup_login.js"></script>
9 </head> 9 </head>
10 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize" 10 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 <td class="cloudprint-login"> 56 <td class="cloudprint-login">
57 <iframe id="gaialogin" frameborder="0" 57 <iframe id="gaialogin" frameborder="0"
58 width="100%" scrolling="no" height="100%" 58 width="100%" scrolling="no" height="100%"
59 src="chrome://cloudprintsetup/gaialogin"></iframe> 59 src="chrome://cloudprintsetup/gaialogin"></iframe>
60 </td> 60 </td>
61 </tr> 61 </tr>
62 </tbody> 62 </tbody>
63 </table> 63 </table>
64 </body> 64 </body>
65 </html> 65 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698