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

Side by Side Diff: components/gcm_driver/resources/gcm_internals.html

Issue 1339803003: Move gcm_internals resources and constants to //components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gritsettings Created 5 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 <html i18n-values="dir:textdirection;lang:language"> 2 <html i18n-values="dir:textdirection;lang:language">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title>GCM Internals</title> 5 <title>GCM Internals</title>
6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> 6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
7 <link rel="stylesheet" href="gcm_internals.css"> 7 <link rel="stylesheet" href="gcm_internals.css">
8 <script src="chrome://resources/js/cr.js"></script> 8 <script src="chrome://resources/js/cr.js"></script>
9 <script src="chrome://resources/js/load_time_data.js"></script> 9 <script src="chrome://resources/js/load_time_data.js"></script>
10 <script src="chrome://resources/js/cr/ui.js"></script> 10 <script src="chrome://resources/js/cr/ui.js"></script>
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 <th>Details</th> 165 <th>Details</th>
166 </tr> 166 </tr>
167 </thead> 167 </thead>
168 <tbody id="send-info"> 168 <tbody id="send-info">
169 </tbody> 169 </tbody>
170 </table> 170 </table>
171 171
172 <script src="chrome://resources/js/i18n_template.js"></script> 172 <script src="chrome://resources/js/i18n_template.js"></script>
173 </body> 173 </body>
174 </html> 174 </html>
OLDNEW
« no previous file with comments | « components/gcm_driver/resources/gcm_internals.css ('k') | components/gcm_driver/resources/gcm_internals.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698