| Index: chrome/browser/resources/net_internals/dataview.js
|
| ===================================================================
|
| --- chrome/browser/resources/net_internals/dataview.js (revision 51548)
|
| +++ chrome/browser/resources/net_internals/dataview.js (working copy)
|
| @@ -44,7 +44,7 @@
|
| ' (' + ClientInfo.official +
|
| ' ' + ClientInfo.cl +
|
| ') ' + ClientInfo.version_mod);
|
| - text.push('Command line switches: ' + ClientInfo.command_line);
|
| + text.push('Command line: ' + ClientInfo.command_line);
|
|
|
| text.push('');
|
| text.push('----------------------------------------------');
|
|
|