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

Side by Side Diff: chrome/browser/resources/chromeos/charger_replacement.html

Issue 102373006: Merge 240486 "Implement the spring charger replacement UI and ad..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1650/src/
Patch Set: Created 7 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 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 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> 4 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
5 <link rel="stylesheet" href="charger_replacement.css"> 5 <link rel="stylesheet" href="charger_replacement.css">
6 6
7 <script src="chrome://resources/js/cr.js"></script> 7 <script src="chrome://resources/js/cr.js"></script>
8 <script src="chrome://resources/js/event_tracker.js"></script> 8 <script src="chrome://resources/js/event_tracker.js"></script>
9 <script src="chrome://resources/js/cr/event_target.js"></script> 9 <script src="chrome://resources/js/cr/event_target.js"></script>
10 <script src="chrome://resources/js/cr/ui.js"></script> 10 <script src="chrome://resources/js/cr/ui.js"></script>
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 </p> 212 </p>
213 <div class="button-strip"> 213 <div class="button-strip">
214 <button type="button" id="finish-still-bad-charger" 214 <button type="button" id="finish-still-bad-charger"
215 i18n-content="finishText" class="command-button"></button> 215 i18n-content="finishText" class="command-button"></button>
216 </div> 216 </div>
217 </div> 217 </div>
218 218
219 <script src="chrome://resources/js/i18n_template2.js"></script> 219 <script src="chrome://resources/js/i18n_template2.js"></script>
220 </body> 220 </body>
221 </html> 221 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/charger_replacement.css ('k') | chrome/browser/resources/chromeos/charger_replacement.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698