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

Side by Side Diff: components/sync/driver/resources/index.html

Issue 2203673002: [Sync] Move //components/sync_driver to //components/sync/driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sd-a
Patch Set: Full change rebased on static lib. Created 4 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 <!doctype html> 1 <!doctype html>
2 <html i18n-values="dir:textdirection;lang:language"> 2 <html i18n-values="dir:textdirection;lang:language">
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/text_defaults.css"> 8 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
9 <link rel="stylesheet" href="chrome://resources/css/list.css"> 9 <link rel="stylesheet" href="chrome://resources/css/list.css">
10 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> 10 <link rel="stylesheet" href="chrome://resources/css/tabs.css">
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 <include src="search.html"> 86 <include src="search.html">
87 </tabpanel> 87 </tabpanel>
88 </tabpanels> 88 </tabpanels>
89 </tabbox> 89 </tabbox>
90 90
91 <script src="chrome://resources/js/i18n_template.js"></script> 91 <script src="chrome://resources/js/i18n_template.js"></script>
92 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 92 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
93 <script src="chrome://sync-internals/sync_index.js"></script> 93 <script src="chrome://sync-internals/sync_index.js"></script>
94 </body> 94 </body>
95 </html> 95 </html>
OLDNEW
« no previous file with comments | « components/sync/driver/resources/events.js ('k') | components/sync/driver/resources/node_browser.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698