| Index: chrome/browser/resources/net_internals/dataview.js
|
| ===================================================================
|
| --- chrome/browser/resources/net_internals/dataview.js (revision 47684)
|
| +++ chrome/browser/resources/net_internals/dataview.js (working copy)
|
| @@ -39,10 +39,13 @@
|
| text.push('Number of actively captured events: ' +
|
| g_browser.getAllActivelyCapturedEvents().length);
|
| text.push('');
|
| - // TODO(eroman): fill this with proper values.
|
| - text.push('Chrome version: ' + 'TODO');
|
| - text.push('Command line switches: ' + 'TODO');
|
|
|
| + text.push('Chrome version: ' + ClientInfo.version +
|
| + ' (' + ClientInfo.official +
|
| + ' ' + ClientInfo.cl +
|
| + ') ' + ClientInfo.version_mod);
|
| + text.push('Command line switches: ' + ClientInfo.command_line);
|
| +
|
| text.push('');
|
| text.push('----------------------------------------------');
|
| text.push(' Proxy settings');
|
|
|