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

Side by Side Diff: chrome/browser/resources/sync_file_system_internals/main.html

Issue 586783003: webui: change all <include/> to <include>. Same thing, less bits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert print_preview, axe some whitespace Created 6 years, 3 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 <!-- 2 <!--
3 Copyright 2013 The Chromium Authors. All rights reserved. 3 Copyright 2013 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 <html i18n-values="dir:textdirection;"> 7 <html i18n-values="dir:textdirection;">
8 <meta charset="utf-8"> 8 <meta charset="utf-8">
9 <title>Sync File System Internals</title> 9 <title>Sync File System Internals</title>
10 <link rel="stylesheet" href="main.css"> 10 <link rel="stylesheet" href="main.css">
(...skipping 14 matching lines...) Expand all
25 <tabbox> 25 <tabbox>
26 <tabs> 26 <tabs>
27 <tab>Sync Service</tab> 27 <tab>Sync Service</tab>
28 <tab>Task Log</tab> 28 <tab>Task Log</tab>
29 <tab>Extension Statuses</tab> 29 <tab>Extension Statuses</tab>
30 <tab>File Metadata</tab> 30 <tab>File Metadata</tab>
31 <tab>Database Dump</tab> 31 <tab>Database Dump</tab>
32 </tabs> 32 </tabs>
33 <tabpanels> 33 <tabpanels>
34 <tabpanel> 34 <tabpanel>
35 <include src="sync_service.html" /> 35 <include src="sync_service.html" >
36 </tabpanel> 36 </tabpanel>
37 <tabpanel> 37 <tabpanel>
38 <include src="task_log.html" /> 38 <include src="task_log.html" >
39 </tabpanel> 39 </tabpanel>
40 <tabpanel> 40 <tabpanel>
41 <include src="extension_statuses.html" /> 41 <include src="extension_statuses.html" >
42 </tabpanel> 42 </tabpanel>
43 <tabpanel> 43 <tabpanel>
44 <include src="file_metadata.html" /> 44 <include src="file_metadata.html" >
45 </tabpanel> 45 </tabpanel>
46 <tabpanel> 46 <tabpanel>
47 <include src="dump_database.html" /> 47 <include src="dump_database.html" >
48 </tabpanel> 48 </tabpanel>
49 </tabpanels> 49 </tabpanels>
50 </tabbox> 50 </tabbox>
51 51
52 </body> 52 </body>
53 </html> 53 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/predictors/predictors.js ('k') | chrome/browser/resources/sync_internals/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698