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

Side by Side Diff: chrome/browser/resources/about_memory_linux.html

Issue 802863002: Change <!DOCTYPE> to <!doctype>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: splitting Created 6 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
OLDNEW
1 <!DOCTYPE HTML> 1 <!doctype html>
2 2
3 <!-- 3 <!--
4 about:memory template page 4 about:memory template page
5 --> 5 -->
6 <html id="t"> 6 <html id="t">
7 <head> 7 <head>
8 <meta charset="utf-8"> 8 <meta charset="utf-8">
9 <title>About Memory</title> 9 <title>About Memory</title>
10 <if expr="is_android"> 10 <if expr="is_android">
11 <meta name="viewport" content="width=device-width"> 11 <meta name="viewport" content="width=device-width">
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 </tr> 202 </tr>
203 </table> 203 </table>
204 204
205 <div class="otherbrowsers">(The memory usage of our renderer processes is slightly less accurate when they are sandboxed.)</div> 205 <div class="otherbrowsers">(The memory usage of our renderer processes is slightly less accurate when they are sandboxed.)</div>
206 206
207 </div> 207 </div>
208 <script src="chrome://resources/js/i18n_template2.js"></script> 208 <script src="chrome://resources/js/i18n_template2.js"></script>
209 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 209 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
210 </body> 210 </body>
211 </html> 211 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/about_memory.html ('k') | chrome/browser/resources/about_memory_mac.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698