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

Side by Side Diff: chrome/browser/resources/sync_internals/index.html

Issue 446163002: Fix a TODO in sync_internals WebUI resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/resources/sync_internals/sync_index.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <head> 3 <head>
4 <!-- If you change the title, make sure you also update 4 <!-- If you change the title, make sure you also update
5 chrome/test/functional/special_tabs.py. --> 5 chrome/test/functional/special_tabs.py. -->
6 <meta charset="utf-8"> 6 <meta charset="utf-8">
7 <title>Sync Internals</title> 7 <title>Sync Internals</title>
8 <link rel="stylesheet" href="chrome://resources/css/list.css"> 8 <link rel="stylesheet" href="chrome://resources/css/list.css">
9 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> 9 <link rel="stylesheet" href="chrome://resources/css/tabs.css">
10 <link rel="stylesheet" href="chrome://resources/css/tree.css"> 10 <link rel="stylesheet" href="chrome://resources/css/tree.css">
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 <include src="search.html" /> 80 <include src="search.html" />
81 </tabpanel> 81 </tabpanel>
82 </tabpanels> 82 </tabpanels>
83 </tabbox> 83 </tabbox>
84 84
85 <script src="chrome://resources/js/i18n_template2.js"></script> 85 <script src="chrome://resources/js/i18n_template2.js"></script>
86 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 86 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
87 <script src="chrome://sync-internals/sync_index.js"></script> 87 <script src="chrome://sync-internals/sync_index.js"></script>
88 </body> 88 </body>
89 </html> 89 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/sync_internals/sync_index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698