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

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

Issue 1007443004: Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove terms and native_client_sdk changes. Created 5 years, 9 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 <!-- 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">
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 </td> 96 </td>
97 </tr> 97 </tr>
98 </table> 98 </table>
99 <div class="otherbrowsers" 99 <div class="otherbrowsers"
100 jsdisplay="show_other_browsers && browsers.length == 1"> 100 jsdisplay="show_other_browsers && browsers.length == 1">
101 Note: This page will show memory use for all running browsers, 101 Note: This page will show memory use for all running browsers,
102 not just Chrome. 102 not just Chrome.
103 </div> 103 </div>
104 <div class="otherbrowsers" 104 <div class="otherbrowsers"
105 jsdisplay="show_other_browsers && browsers.length > 1"> 105 jsdisplay="show_other_browsers && browsers.length > 1">
106 Note: Chrome includes memory used by plug-ins, other browsers may not. 106 Note: Chrome includes memory used by plugins, other browsers may not.
107 </div> 107 </div>
108 108
109 <br><br><br> 109 <br><br><br>
110 110
111 <h2> 111 <h2>
112 Processes 112 Processes
113 <div class="help"> 113 <div class="help">
114 <div> 114 <div>
115 <p> 115 <p>
116 Details of memory usage for each of Chromium's processes. 116 Details of memory usage for each of Chromium's processes.
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 </tr> 203 </tr>
204 </table> 204 </table>
205 205
206 <div class="otherbrowsers">(The memory usage of our renderer processes is slightly less accurate when they are sandboxed.)</div> 206 <div class="otherbrowsers">(The memory usage of our renderer processes is slightly less accurate when they are sandboxed.)</div>
207 207
208 </div> 208 </div>
209 <script src="chrome://resources/js/i18n_template2.js"></script> 209 <script src="chrome://resources/js/i18n_template2.js"></script>
210 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 210 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
211 </body> 211 </body>
212 </html> 212 </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