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

Side by Side Diff: chrome/browser/remoting/resources/remoting_setup_done.html

Issue 3191013: ResourceBundle is loading a wrong resource on Windows for sync (Closed)
Patch Set: Created 10 years, 4 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 <html i18n-values="dir:textdirection;"> 1 <html i18n-values="dir:textdirection;">
2 <head> 2 <head>
3 <title></title> 3 <title></title>
4 <style type="text/css"> 4 <style type="text/css">
5 body { 5 body {
6 background: #FFFFFF; 6 background: #FFFFFF;
7 font-size: 11pt; 7 font-size: 11pt;
8 line-height: 1.5em; 8 line-height: 1.5em;
9 margin: 10px 15px; 9 margin: 10px 15px;
10 -webkit-user-select: none; 10 -webkit-user-select: none;
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 <body i18n-values=".style.fontFamily:fontfamily"> 58 <body i18n-values=".style.fontFamily:fontfamily">
59 <div class="remoting-header" i18n-content="success"></div> 59 <div class="remoting-header" i18n-content="success"></div>
60 <div id="msgContent"></div> 60 <div id="msgContent"></div>
61 <div id="summary" i18n-content="setupsummary"></div> 61 <div id="summary" i18n-content="setupsummary"></div>
62 <div class="remoting-footer"> 62 <div class="remoting-footer">
63 <input id="close" type="submit" i18n-values="value:okay" 63 <input id="close" type="submit" i18n-values="value:okay"
64 onclick='chrome.send("DialogClose", [""])' /> 64 onclick='chrome.send("DialogClose", [""])' />
65 </div> 65 </div>
66 </body> 66 </body>
67 </html> 67 </html>
OLDNEW
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/remoting/resources/remoting_setup_flow.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698